Package org.hcjf.io.net
Class NetServiceConsumer.DecoupledAction
- java.lang.Object
-
- org.hcjf.io.net.NetServiceConsumer.DecoupledAction
-
- Enclosing class:
- NetServiceConsumer<S extends NetSession,D>
public abstract static class NetServiceConsumer.DecoupledAction extends java.lang.ObjectInterface to decoupled the read action.
-
-
Field Summary
Fields Modifier and Type Field Description ServiceSessionserviceSession
-
Constructor Summary
Constructors Constructor Description DecoupledAction(ServiceSession serviceSession)
-
Method Summary
Modifier and Type Method Description ServiceSessiongetServiceSession()abstract voidonAction()
-
-
-
Field Detail
-
serviceSession
public final ServiceSession serviceSession
-
-
Constructor Detail
-
DecoupledAction
public DecoupledAction(ServiceSession serviceSession)
-
-
Method Detail
-
getServiceSession
public ServiceSession getServiceSession()
-
onAction
public abstract void onAction()
-
-