Example #1
0
 public override void addListener(ChannelFutureListener listener)
 {
     try
     {
         listener.operationComplete(this);
     }
     catch (Exception e)
     {
         throw new Exception(e);
     }
 }
Example #2
0
 public override void removeListener(ChannelFutureListener listener)
 {
 }