public class RegisterEventHandler
extends com.fluxtion.api.event.Event
EventHandler as a sink in another SEP. The
receiving SEP must listen for Can be useful if a SEP wants to forward events
it produces to another SEP, this event can be used to register the target
SEP.| Modifier and Type | Field and Description |
|---|---|
static int |
ID |
| Constructor and Description |
|---|
RegisterEventHandler(com.fluxtion.api.lifecycle.EventHandler handler) |
RegisterEventHandler(com.fluxtion.api.lifecycle.EventHandler handler,
boolean register)
Register/Unregister an EVentHandler
|
| Modifier and Type | Method and Description |
|---|---|
com.fluxtion.api.lifecycle.EventHandler |
getHandler() |
boolean |
isRegister() |
public static final int ID
public RegisterEventHandler(com.fluxtion.api.lifecycle.EventHandler handler)
public RegisterEventHandler(com.fluxtion.api.lifecycle.EventHandler handler,
boolean register)
handler - the targetregister - register/unregisterCopyright © 2019. All rights reserved.