jgDataLoader
Class CatagoryChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjgDataLoader.CatagoryChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class CatagoryChangeEvent
extends java.util.EventObject

This is an event object signifying that the catagory has changed. Interested parties should query settings.catagory to get the current catagory name.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CatagoryChangeEvent(java.lang.Object src)
          Constructor.
 
Method Summary
 java.lang.String toString()
          Returns the string representation of this class
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatagoryChangeEvent

public CatagoryChangeEvent(java.lang.Object src)
Constructor. The only thing of import is the name of the new catagory

Method Detail

toString

public java.lang.String toString()
Returns the string representation of this class