Uses of Class
org.gcube.application.cms.plugins.events.ItemObserved
-
Packages that use ItemObserved Package Description org.gcube.application.cms.plugins org.gcube.application.cms.plugins.events -
-
Uses of ItemObserved in org.gcube.application.cms.plugins
Methods in org.gcube.application.cms.plugins with parameters of type ItemObserved Modifier and Type Method Description voidEventListenerPluginInterface. doAction(ItemObserved<org.gcube.application.geoportal.common.model.document.Project> itemObserved) -
Uses of ItemObserved in org.gcube.application.cms.plugins.events
Methods in org.gcube.application.cms.plugins.events with parameters of type ItemObserved Modifier and Type Method Description voidEventManager. notify(EventManager.Event eventType, ItemObserved<org.gcube.application.geoportal.common.model.document.Project> item)Notify.Method parameters in org.gcube.application.cms.plugins.events with type arguments of type ItemObserved Modifier and Type Method Description voidEventManager. subscribe(EventManager.Event eventType, EventListener<ItemObserved<org.gcube.application.geoportal.common.model.document.Project>> listener)Subscribe.voidEventManager. unsubscribe(EventManager.Event eventType, EventListener<ItemObserved<org.gcube.application.geoportal.common.model.document.Project>> listener)Unsubscribe.
-