C# Class MessengerInternal, tf_client

Show file Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
DEFAULT_MODE MessengerMode
eventTable Delegate>.Dictionary

Public Methods

Method Description
CreateBroadcastSignatureException ( string eventType ) : BroadcastException,
OnBroadcasting ( string eventType, MessengerMode mode ) : void
OnListenerAdding ( string eventType, Delegate listenerBeingAdded ) : void
OnListenerRemoved ( string eventType ) : void
OnListenerRemoving ( string eventType, Delegate listenerBeingRemoved ) : void

Method Details

CreateBroadcastSignatureException() public static method

public static CreateBroadcastSignatureException ( string eventType ) : BroadcastException,
eventType string
return BroadcastException,

OnBroadcasting() public static method

public static OnBroadcasting ( string eventType, MessengerMode mode ) : void
eventType string
mode MessengerMode
return void

OnListenerAdding() public static method

public static OnListenerAdding ( string eventType, Delegate listenerBeingAdded ) : void
eventType string
listenerBeingAdded Delegate
return void

OnListenerRemoved() public static method

public static OnListenerRemoved ( string eventType ) : void
eventType string
return void

OnListenerRemoving() public static method

public static OnListenerRemoving ( string eventType, Delegate listenerBeingRemoved ) : void
eventType string
listenerBeingRemoved Delegate
return void

Property Details

DEFAULT_MODE public static property

public static MessengerMode DEFAULT_MODE
return MessengerMode

eventTable public static property

public static Dictionary eventTable
return Delegate>.Dictionary