???????? JavaScript?
??????
???
?
?
???
??
??
???
???
??
???
???
A
E
G
I
O
P
R
S
A
addBroadcastReceiver(Consumer<Event>, ThreadType)
- ? ????io.datafx.eventsystem.
EventSystem
Registers a receiver for all broadcast events.
addReceiver(String, Consumer<Event>, ThreadType)
- ? ????io.datafx.eventsystem.
EventSystem
Registers a receiver for all events that will be send to the given
adress
.
E
Event
<
T
> -
io.datafx.eventsystem
???
An Event that will send by the DataFX Event System.
Event(T)
- ? ????io.datafx.eventsystem.
Event
Create a new event with the given content
EventProducer
-
io.datafx.eventsystem
??????
Annotation to define a event producer.
EventSystem
-
io.datafx.eventsystem
???
The DataFX Event System.
EventSystemFlowPlugin
-
io.datafx.eventsystem
???
A Plugin for the
Flow
API that adds support for the following annotations:
EventProducer
EventTrigger
OnEvent
This class should not be used by a developer.
EventSystemFlowPlugin()
- ? ????io.datafx.eventsystem.
EventSystemFlowPlugin
EventTrigger
-
io.datafx.eventsystem
??????
A annotation that can used to define a UI component that should trigger a event transmission.
G
getContent()
- ? ????io.datafx.eventsystem.
Event
Returns the content of the event
getInstance()
- ? ??????io.datafx.eventsystem.
EventSystem
Returns the event system instance.
I
io.datafx.eventsystem
- ??? io.datafx.eventsystem
O
OnEvent
-
io.datafx.eventsystem
??????
This annotation can be used to define event receivers.
P
postConstruct(ViewContext)
- ? ????io.datafx.eventsystem.
EventSystemFlowPlugin
R
removeBroadcastReceiver(Consumer<Event>)
- ? ????io.datafx.eventsystem.
EventSystem
Deregisters the receiver
removeReceiver(String, Consumer<Event>)
- ? ????io.datafx.eventsystem.
EventSystem
Deregisters the receiver for the given adress.
S
send(String, T)
- ? ????io.datafx.eventsystem.
EventSystem
Send an event to all receivers that are registered for the given
address
.
sendBroadcast(T)
- ? ????io.datafx.eventsystem.
EventSystem
Send a broadcast event to all receivers that are registered to receive broadcast events.
sendBroadcastEvent(Event<T>)
- ? ????io.datafx.eventsystem.
EventSystem
Send a broadcast event to all receivers that are registered to receive broadcast events.
sendEvent(String, Event<T>)
- ? ????io.datafx.eventsystem.
EventSystem
Send an event to all receivers that are registered for the given
address
.
A
E
G
I
O
P
R
S
??????
???
?
?
???
??
??
???
???
??
???
???