upidiff.i18n
Class CatalogEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--upidiff.i18n.CatalogEvent
All Implemented Interfaces:
Serializable

public class CatalogEvent
extends EventObject

This event is used to tell the CatalogListeners registered for a Catalog that the current language has changed.

Author:
bmeurer
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
(package private) CatalogEvent(Catalog source)
          Creates a new CatalogEvent object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CatalogEvent

CatalogEvent(Catalog source)
Creates a new CatalogEvent object.

Parameters:
source - Catalog object that caused the event to occur. This is somewhat redundant, since theres only one global instance of Catalog allowed, but just to be sure.