| Package | Description |
|---|---|
| gr.uoa.di.madgik.commons.channel.events |
| Modifier and Type | Method and Description |
|---|---|
ChannelState.EventName |
StringPayloadChannelEvent.GetEventName() |
ChannelState.EventName |
BytePayloadChannelEvent.GetEventName() |
ChannelState.EventName |
DisposeChannelEvent.GetEventName() |
ChannelState.EventName |
ObjectPayloadChannelEvent.GetEventName() |
abstract ChannelState.EventName |
ChannelStateEvent.GetEventName()
Gets the event name.
|
static ChannelState.EventName |
ChannelState.EventName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelState.EventName[] |
ChannelState.EventName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
Copyright © 2018. All Rights Reserved.