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