protected final void doRemove() { super.doRemove(); Network.getChatHub().removeListener(this); }
protected final void doAdd() { super.doAdd(); Network.getChatHub().addListener(this); }