@Singleton public class InternalSessionEventBroker extends Object implements InternalSessionListener
InternalSessionEvent
to fixed set of observers.Constructor and Description |
---|
InternalSessionEventBroker(InternalSessionListener... listeners) |
Modifier and Type | Method and Description |
---|---|
void |
onEvent(InternalSessionEvent event)
Callback method allowing observers to receive notification of
InternalSession events. |
@Inject public InternalSessionEventBroker(InternalSessionListener... listeners)
public void onEvent(InternalSessionEvent event)
InternalSessionListener
InternalSession
events.onEvent
in interface InternalSessionListener
event
- Non null InternalSessionEvent
describing the event which occurred.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.