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/VSProtocolEvent.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/events/internal/VSProtocolEvent.java') diff --git a/sources/events/internal/VSProtocolEvent.java b/sources/events/internal/VSProtocolEvent.java index 8d6b2dd..ba110c0 100644 --- a/sources/events/internal/VSProtocolEvent.java +++ b/sources/events/internal/VSProtocolEvent.java @@ -30,7 +30,7 @@ import protocols.VSAbstractProtocol; import serialize.VSSerialize; /** - * The class VSProtocolEvent. This event is used if a protocol (server or + * The class VSProtocolEvent, this event is used if a protocol (server or * client part) of a process gets enabled or disabled, an object of this class * can be for 4 different purporses! Activation of the client protocol, * deactivation of the client protocol, activation of the server protocol, @@ -38,7 +38,7 @@ import serialize.VSSerialize; * * @author Paul C. Buetow */ -public class VSProtocolEvent extends VSAbstractEvent { +public class VSProtocolEvent extends VSAbstractInternalEvent { /** The serial version uid */ private static final long serialVersionUID = 1L; -- cgit v1.2.3