public static interface EventManager.Handler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(T value) |
void |
setupUnsubscribeListener(org.jboss.errai.bus.client.api.Subscription subscription)
Called when subscribed to an event.
|
void setupUnsubscribeListener(org.jboss.errai.bus.client.api.Subscription subscription)
void handleEvent(T value)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.