org.compass.core.config
Class CompassEnvironment.Event

java.lang.Object
  extended by org.compass.core.config.CompassEnvironment.Event
Enclosing class:
CompassEnvironment

public abstract class CompassEnvironment.Event
extends Object

Allows to set event listeners for Compas.


Field Summary
static String PREFIX_POST_CREATE
          Allows to configure PostCreateEventListener.
static String PREFIX_POST_CREATE_RESOURCE
          Allows to configure PostCreateResourceEventListener.
static String PREFIX_POST_DELETE
          Allows to configure PostDeleteEventListener.
static String PREFIX_POST_DELETE_RESOURCE
          Allows to configure PostDeleteResourceEventListener.
static String PREFIX_POST_SAVE
          Allows to configure PostSaveEventListener.
static String PREFIX_POST_SAVE_RESOURCE
          Allows to configure PostSaveResourceEventListener.
static String PREFIX_PRE_CREATE
          Allows to configure PreCreateEventListener.
static String PREFIX_PRE_CREATE_RESOURCE
          Allows to configure PreCreateResourceEventListener.
static String PREFIX_PRE_DELETE
          Allows to configure PreDeleteEventListener.
static String PREFIX_PRE_DELETE_RESOURCE
          Allows to configure PreDeleteResourceEventListener.
static String PREFIX_PRE_SAVE
          Allows to configure PreSaveEventListener.
static String PREFIX_PRE_SAVE_RESOURCE
          Allows to configure PreSaveResourceEventListener.
static String TYPE
          The type of the event listener.
 
Constructor Summary
CompassEnvironment.Event()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
The type of the event listener. Either a fully qualified type of the event, or an actual instance.

See Also:
Constant Field Values

PREFIX_PRE_CREATE

public static final String PREFIX_PRE_CREATE
Allows to configure PreCreateEventListener.

See Also:
Constant Field Values

PREFIX_PRE_CREATE_RESOURCE

public static final String PREFIX_PRE_CREATE_RESOURCE
Allows to configure PreCreateResourceEventListener.

See Also:
Constant Field Values

PREFIX_PRE_DELETE

public static final String PREFIX_PRE_DELETE
Allows to configure PreDeleteEventListener.

See Also:
Constant Field Values

PREFIX_PRE_DELETE_RESOURCE

public static final String PREFIX_PRE_DELETE_RESOURCE
Allows to configure PreDeleteResourceEventListener.

See Also:
Constant Field Values

PREFIX_PRE_SAVE

public static final String PREFIX_PRE_SAVE
Allows to configure PreSaveEventListener.

See Also:
Constant Field Values

PREFIX_PRE_SAVE_RESOURCE

public static final String PREFIX_PRE_SAVE_RESOURCE
Allows to configure PreSaveResourceEventListener.

See Also:
Constant Field Values

PREFIX_POST_CREATE

public static final String PREFIX_POST_CREATE
Allows to configure PostCreateEventListener.

See Also:
Constant Field Values

PREFIX_POST_CREATE_RESOURCE

public static final String PREFIX_POST_CREATE_RESOURCE
Allows to configure PostCreateResourceEventListener.

See Also:
Constant Field Values

PREFIX_POST_DELETE

public static final String PREFIX_POST_DELETE
Allows to configure PostDeleteEventListener.

See Also:
Constant Field Values

PREFIX_POST_DELETE_RESOURCE

public static final String PREFIX_POST_DELETE_RESOURCE
Allows to configure PostDeleteResourceEventListener.

See Also:
Constant Field Values

PREFIX_POST_SAVE

public static final String PREFIX_POST_SAVE
Allows to configure PostSaveEventListener.

See Also:
Constant Field Values

PREFIX_POST_SAVE_RESOURCE

public static final String PREFIX_POST_SAVE_RESOURCE
Allows to configure PostSaveResourceEventListener.

See Also:
Constant Field Values
Constructor Detail

CompassEnvironment.Event

public CompassEnvironment.Event()


Copyright (c) 2004-2008 The Compass Project.