Class Actions.CallMethod
- java.lang.Object
-
- tigase.workgroupqueues.util.sequencer.Actions.CallMethod
-
- All Implemented Interfaces:
ISequenceAction
- Enclosing class:
- Actions
public abstract static class Actions.CallMethod extends java.lang.Object implements ISequenceAction
-
-
Constructor Summary
Constructors Constructor Description CallMethod()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidexecute(Sequencer.Callback c)abstract voidproxy()booleanskip()
-
-
-
Method Detail
-
execute
public void execute(Sequencer.Callback c)
- Specified by:
executein interfaceISequenceAction
-
proxy
public abstract void proxy()
-
skip
public boolean skip()
- Specified by:
skipin interfaceISequenceAction
-
-