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