| Package | Description |
|---|---|
| gr.uoa.di.madgik.commons.channel.events |
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
ISerializable |
ObjectPayloadChannelEvent.GetValue()
Retrieves the containing payload
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectPayloadChannelEvent.SetValue(ISerializable Value)
Sets the containing payload
|
| Constructor and Description |
|---|
ObjectPayloadChannelEvent(ISerializable Value)
Instantiates a new object payload channel event.
|
Copyright © 2018. All Rights Reserved.