Uses of Interface
gr.uoa.di.madgik.commons.channel.events.ISerializable

Packages that use ISerializable
gr.uoa.di.madgik.commons.channel.events   
 

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

Classes in gr.uoa.di.madgik.commons.channel.events that implement ISerializable
 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 ChannelStateEvent
          Base class for every object that can be used to be registered by an Observer or send as Event.
 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 ISerializable
 ISerializable ObjectPayloadChannelEvent.GetValue()
          Retrieves the containing payload
 

Methods in gr.uoa.di.madgik.commons.channel.events with parameters of type ISerializable
 void ObjectPayloadChannelEvent.SetValue(ISerializable Value)
          Sets the containing payload
 

Constructors in gr.uoa.di.madgik.commons.channel.events with parameters of type ISerializable
ObjectPayloadChannelEvent(ISerializable Value)
          Instantiates a new object payload channel event.
 



Copyright © 2012. All Rights Reserved.