public interface EventBus
extends com.almasb.fxeventbus.EventBus
| Modifier and Type | Method and Description |
|---|---|
void |
scanForHandlers(Object instance)
Scan an object for public methods marked @Handles
and add them to the event bus.
|
void scanForHandlers(Object instance)
instance - object to scanIllegalArgumentException - if syntax error during scanCopyright © 2016. All rights reserved.