net.gleamynode.netty.channel
Interface ChannelStateEvent

All Superinterfaces:
ChannelEvent
All Known Implementing Classes:
DefaultChannelStateEvent

public interface ChannelStateEvent
extends ChannelEvent

Version:
$Rev$, $Date$
Author:
The Netty Project (netty@googlegroups.com), Trustin Lee (trustin@gmail.com)

Method Summary
 ChannelState getState()
           
 Object getValue()
           
 
Methods inherited from interface net.gleamynode.netty.channel.ChannelEvent
getChannel, getFuture
 

Method Detail

getState

ChannelState getState()

getValue

Object getValue()


Copyright © 2008-Present Trustin Heuiseung Lee. All Rights Reserved.