gr.uoa.di.madgik.commons.channel.events
Class ChannelPayloadStateEvent

java.lang.Object
  extended by java.util.Observable
      extended by gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
          extended by gr.uoa.di.madgik.commons.channel.events.ChannelPayloadStateEvent
All Implemented Interfaces:
ISerializable
Direct Known Subclasses:
BytePayloadChannelEvent, ObjectPayloadChannelEvent, StringPayloadChannelEvent

public abstract class ChannelPayloadStateEvent
extends ChannelStateEvent

Specialization of the ChannelStateEvent abstract class to mark events that contain payload additional to the control fields

Author:
gpapanikos

Constructor Summary
ChannelPayloadStateEvent()
           
 
Method Summary
 
Methods inherited from class gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent
GetEmitingNozzleID, GetEmitingNozzleIdentifierLeastSignificantBits, GetEmitingNozzleIdentifierMostSignificantBits, GetEventName, NotifyChange, SetEmitingNozzleIdentifierLeastSignificantBits, SetEmitingNozzleIdentifierMostSignificantBits
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gr.uoa.di.madgik.commons.channel.events.ISerializable
Decode, Encode, GetSerializableClassName
 

Constructor Detail

ChannelPayloadStateEvent

public ChannelPayloadStateEvent()