public interface SessionListener
SessionListener
interface needs to be implemented by
applications in order to receive session events. The method
sessionChanged()
is invoked when a session event arrives.SessionEvent
Modifier and Type | Method and Description |
---|---|
void |
sessionChanged(SessionEvent evt)
This method will be invoked when a session event arrives.
|
void sessionChanged(SessionEvent evt)
evt
- The session event object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.