This commit is contained in:
Trustin Lee 2009-06-19 08:59:24 +00:00
parent d5c4cd3df7
commit 8f2096a040

View File

@ -37,7 +37,8 @@ public interface ChildChannelStateEvent extends ChannelEvent {
/**
* Returns the <strong>parent</strong> {@link Channel} which is associated
* with this event.
* with this event. Please note that you should use {@link #getChildChannel()}
* to get the {@link Channel} created or accepted by the parent {@link Channel}.
*/
Channel getChannel();