|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.informationsystem.publisher.ISLocalPublisher.LocalProfileConsumer
public static class ISLocalPublisher.LocalProfileConsumer
Base implementation of a GCUBEConsumer of ISLocalPublisher.LocalProfileEvent.
| Constructor Summary | |
|---|---|
ISLocalPublisher.LocalProfileConsumer()
|
|
| Method Summary | ||
|---|---|---|
|
onEvent(GCUBEEvent<T,P>... events)
Notifies the consumer of one of more events about topics for which the consumer has previously subscribed with a GCUBEProducer |
|
protected void |
onProfileRegistered(GCUBEResource resource,
GCUBEScope scope)
registered profile event callback. |
|
protected void |
onProfileRemoved(String resourceID,
String type,
GCUBEScope scope)
removed profile event callback. |
|
protected void |
onProfileUpdated(GCUBEResource resource,
GCUBEScope scope)
updated profile event callback. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ISLocalPublisher.LocalProfileConsumer()
| Method Detail |
|---|
public <T extends ISLocalPublisher.LocalProfileTopic,P> void onEvent(GCUBEEvent<T,P>... events)
GCUBEConsumerGCUBEProducer
onEvent in interface GCUBEConsumer<ISLocalPublisher.LocalProfileTopic,Object>T - the topic type.P - the payload type.events - the events.
protected void onProfileRemoved(String resourceID,
String type,
GCUBEScope scope)
resourceID - the identifier of the removed GCUBEResourcetype - the type of the GCUBEResourcescope - the publishing scope
protected void onProfileUpdated(GCUBEResource resource,
GCUBEScope scope)
resource - the updated GCUBEResourcescope - the publishing scope
protected void onProfileRegistered(GCUBEResource resource,
GCUBEScope scope)
resource - the registered GCUBEResourcescope - the publishing scope
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||