Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatcherI ¶
type DispatcherI interface { Subscribe(evname eventtype.EventType, cb Callback) SubscribeID(evname eventtype.EventType, id interface{}, cb Callback) UnsubscribeID(evname eventtype.EventType, id interface{}) int UnsubscribeAllID(id interface{}) int Dispatch(evname eventtype.EventType, ev interface{}) int }
DispatcherI is the interface for event dispatchers.
Click to show internal directories.
Click to hide internal directories.