public interface EventManager
Modifier and Type | Method and Description |
---|---|
void |
addEventListener(EventListener listener)
Add this listener to the manager
|
void |
removeEventListener(EventListener listener) |
void addEventListener(EventListener listener)
If the listener was already added the request will be ignored.
If the listener was added to the manager, all current known events have to be provided to the listener.
listener
- the listener to addvoid removeEventListener(EventListener listener)
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.