Package org.jboss.fresh.shell.events

Examples of org.jboss.fresh.shell.events.ShellEvent



    try {
      EventBroadcaster eb = getEventBroadcaster();
      if (eb != null) {
        eb.dispatchEvent(new ShellEvent(EVENT_CLASS, "shellDispose", this));
      }
    } catch (Exception ex) {
      log.error(ex.getMessage(), ex);
    }
View Full Code Here

TOP

Related Classes of org.jboss.fresh.shell.events.ShellEvent

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.