diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-11 09:48:10 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-11 09:48:10 +0000 |
| commit | 0e2e70d5a393024f3ae4a3a3560b4df51075000a (patch) | |
| tree | 27c659d282bec3508304d5fa80a34a1662185950 /sources/events/internal/VSProtocolScheduleEvent.java | |
| parent | 412a1ac0e6311fe39452ae41b6eada4ef17cce34 (diff) | |
More javadoc.
Several bugfixes.
New feauture: Boolean: sim.periodic
A lot of more which i forgot!
Diffstat (limited to 'sources/events/internal/VSProtocolScheduleEvent.java')
| -rw-r--r-- | sources/events/internal/VSProtocolScheduleEvent.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sources/events/internal/VSProtocolScheduleEvent.java b/sources/events/internal/VSProtocolScheduleEvent.java index 99ae020..3c334be 100644 --- a/sources/events/internal/VSProtocolScheduleEvent.java +++ b/sources/events/internal/VSProtocolScheduleEvent.java @@ -27,16 +27,17 @@ import java.io.*; import events.*; import protocols.VSAbstractProtocol; -import serialize.VSSerialize; +import serialize.*; /** - * The class VSProtocolScheduleEvent. This event is used if a protocol (which + * The class VSProtocolScheduleEvent, this event is used if a protocol (which * is a subclass of VSAbstractProtocol) reschedules itself to run again on a * specific time. * * @author Paul C. Buetow */ -public class VSProtocolScheduleEvent extends VSAbstractEvent { +public class VSProtocolScheduleEvent extends VSAbstractInternalEvent +implements VSNotSerializable { /** The serial version uid */ private static final long serialVersionUID = 1L; |
