Liferay 7.0-ce-b4

com.liferay.portal.fabric.netty.client
Class NettyFabricClient.PostShutdownChannelFutureListener

java.lang.Object
  extended by com.liferay.portal.fabric.netty.client.NettyFabricClient.PostShutdownChannelFutureListener
All Implemented Interfaces:
io.netty.util.concurrent.FutureListener<Object>, io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>, EventListener
Enclosing class:
NettyFabricClient

protected class NettyFabricClient.PostShutdownChannelFutureListener
extends Object
implements io.netty.util.concurrent.FutureListener<Object>


Constructor Summary
protected NettyFabricClient.PostShutdownChannelFutureListener()
           
 
Method Summary
 void operationComplete(io.netty.util.concurrent.Future<Object> future)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyFabricClient.PostShutdownChannelFutureListener

protected NettyFabricClient.PostShutdownChannelFutureListener()
Method Detail

operationComplete

public void operationComplete(io.netty.util.concurrent.Future<Object> future)
Specified by:
operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>

Liferay 7.0-ce-b4