Updated JavaDoc for ChildChannelStateEvent to prevent misinterpretation
This commit is contained in:
parent
b4b7a8c48f
commit
4d84b0e4c6
@ -35,6 +35,12 @@ package org.jboss.netty.channel;
|
||||
*/
|
||||
public interface ChildChannelStateEvent extends ChannelEvent {
|
||||
|
||||
/**
|
||||
* Returns the <strong>parent</strong> {@link Channel} which is associated
|
||||
* with this event.
|
||||
*/
|
||||
Channel getChannel();
|
||||
|
||||
/**
|
||||
* Returns the child {@link Channel} whose state has been changed.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user