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/implementations/ProtocolActivateEvent.java | |
| parent | 09b4f130a62ba5e05cef367f2d5adb357936d28b (diff) | |
Some cleanup in the VSDefaultPrefs.
Initial ProtocolEvent, which is for protocol activation/deactivation
Diffstat (limited to 'sources/events/implementations/ProtocolActivateEvent.java')
| -rw-r--r-- | sources/events/implementations/ProtocolActivateEvent.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sources/events/implementations/ProtocolActivateEvent.java b/sources/events/implementations/ProtocolActivateEvent.java deleted file mode 100644 index 6522537..0000000 --- a/sources/events/implementations/ProtocolActivateEvent.java +++ /dev/null @@ -1,11 +0,0 @@ -package events.implementations; - -import core.VSProcess; -import events.VSProcessEvent; - -public class ProcessRecoverEvent extends VSProcessEvent { - public void onStart() { - process.logg(prefs.getString("lang.recovered")); - process.isCrashed(false); - } -} |
