public class EventFactory extends Object
| Constructor and Description |
|---|
EventFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelStateEvent |
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() |
public static ChannelStateEvent GetEvent(ChannelState.EventName Name, byte[] serialization) throws Exception
ChannelState.EventName
and the serialization of the event as this was produced by ISerializable.Encode()Name - the nameserialization - the serializationException - The event could not be instantiatedCopyright © 2018. All Rights Reserved.