Uses of Class
org.gcube.application.cms.plugins.events.EventManager.Event
-
Packages that use EventManager.Event Package Description org.gcube.application.cms.plugins.events -
-
Uses of EventManager.Event in org.gcube.application.cms.plugins.events
Methods in org.gcube.application.cms.plugins.events that return EventManager.Event Modifier and Type Method Description static EventManager.EventEventManager.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static EventManager.Event[]EventManager.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.application.cms.plugins.events with parameters of type EventManager.Event Modifier and Type Method Description voidEventManager. notify(EventManager.Event eventType, ItemObserved<org.gcube.application.geoportal.common.model.document.Project> item)Notify.voidEventManagerInterface. notify(EventManager.Event eventType, T item)voidEventManager. subscribe(EventManager.Event eventType, EventListener<ItemObserved<org.gcube.application.geoportal.common.model.document.Project>> listener)Subscribe.voidEventManagerInterface. subscribe(EventManager.Event eventType, EventListener<T> listener)voidEventManager. unsubscribe(EventManager.Event eventType, EventListener<ItemObserved<org.gcube.application.geoportal.common.model.document.Project>> listener)Unsubscribe.voidEventManagerInterface. unsubscribe(EventManager.Event eventType, EventListener<T> listener)
-