-
Notifications
You must be signed in to change notification settings - Fork 8
Post
Newtron Labs edited this page Mar 21, 2017
·
1 revision
An event can be posted by calling the below method.
IpcEventBus.getInstance().postEvent(event);Events must be of type IEventIpc for them to be posted.
Any process that is currently listening to the poster of this event will receive the event.
It is important to note that a process that posts events does not necessarily have to listen for events from another process.