public interface ICDIEventManager extends ICDISessionObject
Modifier and Type | Method and Description |
---|---|
void |
addEventListener(ICDIEventListener listener)
Adds the given listener to the collection of registered
event listeners.
|
void |
removeEventListener(ICDIEventListener listener)
Removes the given listener from the collection of registered
event listeners.
|
getSession
void addEventListener(ICDIEventListener listener)
listener
- - the listener to addvoid removeEventListener(ICDIEventListener listener)
listener
- - the listener to removeCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.