Java 2 Platform
v1.3

edu.umich.visualsoar.datamap
Class DataMap.CloseListener

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

class DataMap.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) DataMap.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

DataMap.CloseListener

DataMap.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