Package com.luna.common.net.hander
Class AbstactEventFutureCallback<T,E>
java.lang.Object
com.luna.common.net.hander.AbstactEventFutureCallback<T,E>
- All Implemented Interfaces:
org.apache.hc.core5.concurrent.FutureCallback<T>
- Direct Known Subclasses:
LoggingEventSourceListener
public abstract class AbstactEventFutureCallback<T,E>
extends Object
implements org.apache.hc.core5.concurrent.FutureCallback<T>
- Author:
- luna
- Description:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstactEventFutureCallback
public AbstactEventFutureCallback()
-
-
Method Details
-
onEvent
-
completed
- Specified by:
completed
in interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-
failed
- Specified by:
failed
in interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-
cancelled
public void cancelled()- Specified by:
cancelled
in interfaceorg.apache.hc.core5.concurrent.FutureCallback<T>
-