com.github.croesch.micro_debug.gui.listener
Class WindowDisposer
java.lang.Object
com.github.croesch.micro_debug.gui.listener.WindowDisposer
- All Implemented Interfaces:
- ActionListener, EventListener
public final class WindowDisposer
- extends Object
- implements ActionListener
ActionListener that disposes a Window when the action is performed.
- Since:
- Date: Mar 9, 2012
- Author:
- croesch
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowDisposer
public WindowDisposer(Window w)
- Constructs this
ActionListener that disposes a Window when the action is performed.
- Parameters:
w - the Window to dispose when the action is performed- Since:
- Date: Mar 9, 2012
actionPerformed
public void actionPerformed(ActionEvent e)
- Disposes the given window.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
e - the event that caused this action- Since:
- Date: Mar 9, 2012
Copyright © 2012. All Rights Reserved.