Lines Matching refs:event
46 import java.awt.event.*;
56 import javax.swing.event.*;
680 * Default window event handlers.
682 public void windowClosed(WindowEvent event)
686 public void windowDeiconified(WindowEvent event) { }
687 public void windowIconified(WindowEvent event) { }
688 public void windowActivated(WindowEvent event) { }
689 public void windowDeactivated(WindowEvent event) { }
690 public void windowOpened(WindowEvent event) { }
691 // Handle closing event.
692 public void windowClosing(WindowEvent event)