Package | Description |
---|---|
org.eclipse.paho.mqtt.ui.core.event | |
org.eclipse.paho.mqtt.ui.core.event.internal |
Modifier and Type | Method and Description |
---|---|
static <T> Event<T> |
Events.of(Selector selector)
Create a event with given selector without any data
|
static <T> Event<T> |
Events.of(Selector selector,
T data)
Create a event with given selector and data
|
Modifier and Type | Method and Description |
---|---|
void |
IEventHandler.handleEvent(Event<T> e) |
<T> void |
IEventService.sendEvent(Event<T> event)
Send a event asynchronously
|
Modifier and Type | Method and Description |
---|---|
<T> void |
EventService.sendEvent(Event<T> event) |
Copyright © 2017 Eclipse Paho. All rights reserved.