Ejemplo n.º 1
0
 public void hangup() throws CallStateException {
   if (!disconnected) {
     owner.hangup(this);
   } else {
     throw new CallStateException("disconnected");
   }
 }