Class NetServiceConsumer.DecoupledAction

  • Enclosing class:
    NetServiceConsumer<S extends NetSession,​D>

    public abstract static class NetServiceConsumer.DecoupledAction
    extends java.lang.Object
    Interface to decoupled the read action.
    • Method Summary

      Modifier and Type Method Description
      ServiceSession getServiceSession()  
      abstract void onAction()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DecoupledAction

        public DecoupledAction​(ServiceSession serviceSession)
    • Method Detail

      • onAction

        public abstract void onAction()