Package hermes

Examples of hermes.ConnectionListener


  public static void main(String[] args) {
    log.debug("Hermes Browser " + Hermes.VERSION + " starting...");
    log.debug("working directory: " + new File(".").getAbsolutePath());

    Hermes.events.addConnectionListener(new ConnectionListener() {
      public void onConnectionOpen(Hermes hermes) {
        log.debug("Connection " + hermes.getId() + " opened");
      }

      public void onConnectionClosed(Hermes hermes) {
View Full Code Here

TOP

Related Classes of hermes.ConnectionListener

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.