From 0e2e70d5a393024f3ae4a3a3560b4df51075000a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Jun 2008 09:48:10 +0000 Subject: More javadoc. Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot! --- sources/events/internal/VSProtocolScheduleEvent.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sources/events/internal/VSProtocolScheduleEvent.java') 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; -- cgit v1.2.3