Interface EventListenerPluginInterface
-
- All Superinterfaces:
InitializablePlugin,Plugin
public interface EventListenerPluginInterface extends InitializablePlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoAction(ItemObserved<org.gcube.application.geoportal.common.model.document.Project> itemObserved)-
Methods inherited from interface org.gcube.application.cms.plugins.InitializablePlugin
init, initInContext, shutdown
-
Methods inherited from interface org.gcube.application.cms.plugins.Plugin
getDescriptor
-
-
-
-
Method Detail
-
doAction
void doAction(ItemObserved<org.gcube.application.geoportal.common.model.document.Project> itemObserved)
-
-