예제 #1
0
 protected final void doRemove() {
   super.doRemove();
   Network.getChatHub().removeListener(this);
 }
예제 #2
0
 protected final void doAdd() {
   super.doAdd();
   Network.getChatHub().addListener(this);
 }