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