Package com.enonic.xp.script.event
Interface ScriptEventManager
-
- All Superinterfaces:
java.lang.Iterable<ScriptEventListener>
public interface ScriptEventManager extends java.lang.Iterable<ScriptEventListener>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(ScriptEventListener listener)
-
-
-
Method Detail
-
add
void add(ScriptEventListener listener)
-
-