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 == null
void removeLogoutNotificationListener(LogoutNotificationListener listener)
listener
- session logout notification listenerNullPointerException
- if listener == null
Copyright © 2005–2024 Onix Solutions. All rights reserved.