| Package | Description |
|---|---|
| org.bonitasoft.engine.events | |
| org.bonitasoft.engine.events.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
EventService.removeAllHandlers(SHandler<SEvent> handler)
Remove the given handler from the Event Service's handlers lists.
|
void |
EventService.removeHandler(String eventType,
SHandler<SEvent> handler)
Remove the given handler from the given event type filter
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventServiceImpl.removeAllHandlers(SHandler<SEvent> handler) |
void |
AbstractEventServiceImpl.removeHandler(String eventType,
SHandler<SEvent> h) |
protected void |
EventServiceImpl.removeHandlerFor(String eventType,
SHandler<SEvent> h) |
protected abstract void |
AbstractEventServiceImpl.removeHandlerFor(String eventType,
SHandler<SEvent> h) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.