Example #1
0
 /** The method removes the self object from the parent's private chat rooms list. */
 private void selfRemove() {
   try {
     parent.removePrivateChatRoom(this);
   } catch (RemoteException e) {
   }
 }