public interface ListenerManager
| Modifier and Type | Method and Description |
|---|---|
void |
addErrorListener(ErrorListener listener)
Adds error event listener.
|
void |
addLogoutNotificationListener(LogoutNotificationListener listener)
Adds session logout notification listener.
|
void |
removeErrorListener(ErrorListener listener)
Removes error event listener.
|
void |
removeLogoutNotificationListener(LogoutNotificationListener listener)
Removes session logout notification listener.
|
void addErrorListener(ErrorListener listener)
listener - error event listenerNullPointerException - if (listener == null)void removeErrorListener(ErrorListener listener)
listener - error event listenerNullPointerException - if (listener == null)void addLogoutNotificationListener(LogoutNotificationListener listener)
listener - session logout notification listenerNullPointerException - if listener == nullvoid removeLogoutNotificationListener(LogoutNotificationListener listener)
listener - session logout notification listenerNullPointerException - if listener == nullCopyright © 2005–2025 Onix Solutions. All rights reserved.