From 34595bc248660a6cd9c51f2b7a18ed33ae31cce4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 18 May 2008 04:21:44 +0000 Subject: Some cleanup in the VSDefaultPrefs. Initial ProtocolEvent, which is for protocol activation/deactivation --- sources/events/VSEvent.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/events/VSEvent.java') diff --git a/sources/events/VSEvent.java b/sources/events/VSEvent.java index 2435320..2223d22 100644 --- a/sources/events/VSEvent.java +++ b/sources/events/VSEvent.java @@ -4,4 +4,5 @@ import core.VSProcess; public interface VSEvent { public void init(VSProcess process); + public void logg(String message); } -- cgit v1.2.3