public abstract class CredentialRequestConsumer extends Object implements GCUBEConsumer<Events.SecurityTopic,Object>
GCUBEConsumer of GHNEvents.| Constructor and Description |
|---|
CredentialRequestConsumer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onCredentialRequest(Events.CredentialRequestEvent event)
Activation event callback.
|
<T1 extends Events.SecurityTopic,P1> |
onEvent(GCUBEEvent<T1,P1>... events)
Receives RI lifetime events and dispatches them to topic-specific callbacks.
|
public <T1 extends Events.SecurityTopic,P1> void onEvent(GCUBEEvent<T1,P1>... events)
onEvent in interface GCUBEConsumer<Events.SecurityTopic,Object>T1 - the topic type.P1 - the payload type.events - the events.protected abstract void onCredentialRequest(Events.CredentialRequestEvent event)
event - the event.Copyright © 2015. All Rights Reserved.