EventDispatcher
-
class
HPS.EventDispatcher
: HPS.Object Public Functions
-
override void
Dispose
()
-
bool
Equals
(HPS.EventDispatcher in_that)
-
override bool
Equals
(Object obj)
-
EventDispatcher
()
-
EventDispatcher
(HPS.EventDispatcher in_that)
-
override int
GetHashCode
()
-
HPS.EventNotifier
InjectEventWithNotifier
(HPS.Event in_event)
-
bool
IsShutdown
()
-
override HPS.Type
ObjectType
()
-
void
SetName
(string in_name)
-
void
ShowName
(out string out_name)
-
void
Shutdown
()
-
bool
Subscribe
(HPS.EventHandler in_handler, IntPtr in_type)
-
bool
UnSubscribe
(HPS.EventHandler in_handler)
-
bool
UnSubscribe
(HPS.EventHandler in_handler, IntPtr in_type)
-
bool
UnSubscribe
(IntPtr in_type)
Public Static Functions
-
bool
operator!=
(HPS.EventDispatcher a, HPS.EventDispatcher b)
-
bool
operator==
(HPS.EventDispatcher a, HPS.EventDispatcher b)
-
override void