diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-18 04:21:44 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-18 04:21:44 +0000 |
| commit | 34595bc248660a6cd9c51f2b7a18ed33ae31cce4 (patch) | |
| tree | f75cc0844410079f9503d8aff2ec2281d7468d75 /sources/events/VSEvent.java | |
| parent | 09b4f130a62ba5e05cef367f2d5adb357936d28b (diff) | |
Some cleanup in the VSDefaultPrefs.
Initial ProtocolEvent, which is for protocol activation/deactivation
Diffstat (limited to 'sources/events/VSEvent.java')
| -rw-r--r-- | sources/events/VSEvent.java | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |
