|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelState.EventName | |
|---|---|
| gr.uoa.di.madgik.commons.channel.events | |
| Uses of ChannelState.EventName in gr.uoa.di.madgik.commons.channel.events |
|---|
| Methods in gr.uoa.di.madgik.commons.channel.events that return ChannelState.EventName | |
|---|---|
ChannelState.EventName |
BytePayloadChannelEvent.GetEventName()
|
abstract ChannelState.EventName |
ChannelStateEvent.GetEventName()
Gets the event name. |
ChannelState.EventName |
ObjectPayloadChannelEvent.GetEventName()
|
ChannelState.EventName |
StringPayloadChannelEvent.GetEventName()
|
ChannelState.EventName |
DisposeChannelEvent.GetEventName()
|
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. |
| Methods in gr.uoa.di.madgik.commons.channel.events with parameters of type ChannelState.EventName | |
|---|---|
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() |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||