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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0