public interface EventHandler
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
Event |
handleEvent(Event event,
InjectionContext context)
Handle an event
|
Event handleEvent(Event event, InjectionContext context)
event
- the event to handlecontext
- the contextnull
if the event
should not be passed to the next handler.void dispose()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.