nl.gx.webmanager.services.config
Class ConfigurationManagementEvent

java.lang.Object
  extended by nl.gx.webmanager.services.config.ConfigurationManagementEvent

public class ConfigurationManagementEvent
extends java.lang.Object

Event object used to notify ConfigurationManagementListener instances about changes in the configuration data.

Author:
arjansc

Field Summary
static int ADDED
          Identifies that data has been added to the configuration subsystem.
static int DELETED
          Identifies that data has been removed from the configuration subsystem.
static int UPDATED
          Identifies that data has been updated in the configuration subsystem.
 
Constructor Summary
ConfigurationManagementEvent(int type)
          Create a event for a specific type of configuration chage.
 
Method Summary
 int getType()
          Returns the type of event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDED

public static final int ADDED
Identifies that data has been added to the configuration subsystem.

See Also:
Constant Field Values

DELETED

public static final int DELETED
Identifies that data has been removed from the configuration subsystem.

See Also:
Constant Field Values

UPDATED

public static final int UPDATED
Identifies that data has been updated in the configuration subsystem.

See Also:
Constant Field Values
Constructor Detail

ConfigurationManagementEvent

public ConfigurationManagementEvent(int type)
Create a event for a specific type of configuration chage.

Parameters:
type -
Method Detail

getType

public int getType()
Returns the type of event.



Copyright © 2007-2010 GX creative online development BV. All Rights Reserved.