Uses of Class
gr.uoa.di.madgik.commons.channel.events.ChannelStateEvent

Packages that use ChannelStateEvent
gr.uoa.di.madgik.commons.channel.events   
gr.uoa.di.madgik.commons.channel.nozzle   
 

Uses of ChannelStateEvent in gr.uoa.di.madgik.commons.channel.events
 

Subclasses of ChannelStateEvent in gr.uoa.di.madgik.commons.channel.events
 class BytePayloadChannelEvent
          Event containing payload that the sender wants to provide to listeners
 class ChannelPayloadStateEvent
          Specialization of the ChannelStateEvent abstract class to mark events that contain payload additional to the control fields
 class DisposeChannelEvent
          Event indicating that the channel is being disposed by one of its nozzles.
 class ObjectPayloadChannelEvent
          Event containing payload that the sender wants to provide to listeners
 class StringPayloadChannelEvent
          Event containing payload that the sender wants to provide to listeners
 

Methods in gr.uoa.di.madgik.commons.channel.events that return ChannelStateEvent
 ChannelStateEvent ChannelState.GetEvent(ChannelState.EventName EventToRetrieve)
          Retrieves a specific Event requesting it by name.
static ChannelStateEvent EventFactory.GetEvent(ChannelState.EventName Name, byte[] serialization)
          Retrieves an instance of the event based on the provided name as provided by the ChannelState.EventName and the serialization of the event as this was produced by ISerializable.Encode()
 

Methods in gr.uoa.di.madgik.commons.channel.events that return types with arguments of type ChannelStateEvent
 Collection<ChannelStateEvent> ChannelState.GetChannelEvents()
          Retrieves all the available Events one can register for
 

Methods in gr.uoa.di.madgik.commons.channel.events with parameters of type ChannelStateEvent
 void ChannelStateEvent.NotifyChange(ChannelStateEvent ChangeEvent)
          Notify everyone that has registered for notifications to this object.
 

Uses of ChannelStateEvent in gr.uoa.di.madgik.commons.channel.nozzle
 

Methods in gr.uoa.di.madgik.commons.channel.nozzle that return types with arguments of type ChannelStateEvent
 Collection<ChannelStateEvent> ChannelOutlet.GetNozzleEvents()
          The nozzle exposes a set of events that are published through the rest of the connected nozzles.
 Collection<ChannelStateEvent> ChannelInlet.GetNozzleEvents()
          The nozzle exposes a set of events that are published through the rest of the connected nozzles.
 



Copyright © 2012. All Rights Reserved.