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/VSRegisteredEvents.java | |
| parent | 09b4f130a62ba5e05cef367f2d5adb357936d28b (diff) | |
Some cleanup in the VSDefaultPrefs.
Initial ProtocolEvent, which is for protocol activation/deactivation
Diffstat (limited to 'sources/events/VSRegisteredEvents.java')
| -rw-r--r-- | sources/events/VSRegisteredEvents.java | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sources/events/VSRegisteredEvents.java b/sources/events/VSRegisteredEvents.java new file mode 100644 index 0000000..38676ca --- /dev/null +++ b/sources/events/VSRegisteredEvents.java @@ -0,0 +1,10 @@ +package events; + +import java.util.*; + +import prefs.*; +import core.*; +import utils.*; + +public final class VSRegisteredEvents { +} |
