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/VSProcessEvent.java | |
| parent | 09b4f130a62ba5e05cef367f2d5adb357936d28b (diff) | |
Some cleanup in the VSDefaultPrefs.
Initial ProtocolEvent, which is for protocol activation/deactivation
Diffstat (limited to 'sources/events/VSProcessEvent.java')
| -rw-r--r-- | sources/events/VSProcessEvent.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/events/VSProcessEvent.java b/sources/events/VSProcessEvent.java index 28f6b86..dcffa5e 100644 --- a/sources/events/VSProcessEvent.java +++ b/sources/events/VSProcessEvent.java @@ -12,5 +12,9 @@ abstract public class VSProcessEvent implements VSEvent { this.prefs = process.getPrefs(); } + public void logg(String message) { + process.logg(message); + } + abstract public void onStart(); } |
