Package de.offis.faint.gui.events

Examples of de.offis.faint.gui.events.EventShutdownMainFrame


    public void stateChanged(ChangeEvent arg0) {
      eventDispatcher.dispatchEvent(new EventShowTab(getActiveTAB()));
    }
   
    public void windowClosing(WindowEvent e) {
      eventDispatcher.dispatchEvent(new EventShutdownMainFrame());
      System.exit(0);
    }   
View Full Code Here

TOP

Related Classes of de.offis.faint.gui.events.EventShutdownMainFrame

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.