Updated JavaDoc for ChildChannelStateEvent to prevent misinterpretation

This commit is contained in:
Trustin Lee 2009-02-04 11:52:35 +00:00
parent b4b7a8c48f
commit 4d84b0e4c6

View File

@ -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.
*/