Class Actions.CallAsyncMethod

java.lang.Object
tigase.workgroupqueues.util.sequencer.Actions.CallAsyncMethod
All Implemented Interfaces:
ISequenceAction
Enclosing class:
Actions

public abstract static class Actions.CallAsyncMethod extends Object implements ISequenceAction
  • Constructor Details

    • CallAsyncMethod

      public CallAsyncMethod()
  • Method Details

    • execute

      public void execute(Sequencer.Callback c)
      Specified by:
      execute in interface ISequenceAction
    • proxy

      public abstract void proxy(AsyncCallback callback)
    • skip

      public boolean skip()
      Specified by:
      skip in interface ISequenceAction
    • onError

      protected abstract void onError(Packet responseStanza, String errorCondition)
    • onSuccess

      protected abstract void onSuccess(Packet responseStanza)
    • onTimeout

      protected abstract void onTimeout()