org.fopps.model
Class ConfigurationEvent

java.lang.Object
  |
  +--org.fopps.model.ModelEvent
        |
        +--org.fopps.model.ConfigurationEvent

public class ConfigurationEvent
extends ModelEvent

ConfigurationEvent indicates a change in the configuration

See Also:
ModelListener, AbstractItem, ModelEvent

Field Summary
static int CONFIGURATION_CHANGED
           
 
Fields inherited from class org.fopps.model.ModelEvent
ITEM_ADDED, ITEM_CHANGED, ITEM_REMOVED
 
Constructor Summary
ConfigurationEvent(int type, AbstractItem source, java.lang.Object pValue)
           
 
Method Summary
 java.lang.Object getCfgValue()
           
 
Methods inherited from class org.fopps.model.ModelEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIGURATION_CHANGED

public static final int CONFIGURATION_CHANGED
See Also:
Constant Field Values
Constructor Detail

ConfigurationEvent

public ConfigurationEvent(int type,
                          AbstractItem source,
                          java.lang.Object pValue)
Method Detail

getCfgValue

public java.lang.Object getCfgValue()


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.