Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/systems
EventBusInterface
Interface EventBusInterface
interface
EventBusInterface
{
publish
:
(
event
:
SystemEvent
)
=>
void
;
subscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
,
)
=>
void
;
unsubscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
,
)
=>
void
;
}
Index
Properties
publish
subscribe
unsubscribe
Properties
publish
publish
:
(
event
:
SystemEvent
)
=>
void
subscribe
subscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
)
=>
void
unsubscribe
unsubscribe
:
(
eventType
:
string
,
callback
:
(
event
:
SystemEvent
)
=>
void
)
=>
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
publish
subscribe
unsubscribe
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...