Java 2 Platform
v1.3

edu.umich.visualsoar.ruleeditor
Class RuleEditor.CloseListener

java.lang.Object
  |
  +--edu.umich.visualsoar.ruleeditor.RuleEditor.CloseListener
All Implemented Interfaces:
java.util.EventListener, java.beans.VetoableChangeListener
Enclosing class:
RuleEditor

class RuleEditor.CloseListener
extends java.lang.Object
implements java.beans.VetoableChangeListener

This class is meant to catch if the user closes an internal frame without saving the file, it prompts them to save, or discard the file or cancel the close


Constructor Summary
(package private) RuleEditor.CloseListener()
           
 
Method Summary
 void vetoableChange(java.beans.PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleEditor.CloseListener

RuleEditor.CloseListener()
Method Detail

vetoableChange

public void vetoableChange(java.beans.PropertyChangeEvent e)
                    throws java.beans.PropertyVetoException
Specified by:
vetoableChange in interface java.beans.VetoableChangeListener
java.beans.PropertyVetoException

Java 2 Platform
v1.3