Package org.jdesktop.wonderland.modules.phone.common.messages

Examples of org.jdesktop.wonderland.modules.phone.common.messages.EndCallMessage


    }
   
    public void endCall() {       
  LOGGER.fine("call id is " + mostRecentCallListing.getExternalCallID());

        EndCallMessage msg = new EndCallMessage(phoneCell.getCellID(),
      mostRecentCallListing);

        channelComp.send(msg);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.phone.common.messages.EndCallMessage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.