Package de.fu_berlin.inf.dpp.whiteboard.sxe.net

Examples of de.fu_berlin.inf.dpp.whiteboard.sxe.net.SXESession


  /**
   * Initializes the session as host and starts to receive records from NOW.
   */
  public void startSession() {
    session = new SXESession();

    log.debug(prefix() + "initialize session at inviter side");

    transmitter.installRecordReceiver(this);

View Full Code Here

TOP

Related Classes of de.fu_berlin.inf.dpp.whiteboard.sxe.net.SXESession

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.