Interface ComponentEvent
- public interface ComponentEvent
An interface for representing events related to ComponentConfigurators.
- Version:
- 0.1
- Author:
- Fabio Kon
- See Also:
- ComponentConfigurator
-
DELETED
- component deleted.
-
FAILED
- component failure.
-
MIGRATED
- component migrated.
-
RECONFIGURED
- component reconfigured.
-
REPLACED
- component replaced.
-
UNKNOWN
- unknown event String.
-
toString()
- Converts the event into a String.
UNKNOWN
public static final String UNKNOWN
- unknown event String.
DELETED
public static final int DELETED
- component deleted.
FAILED
public static final int FAILED
- component failure.
RECONFIGURED
public static final int RECONFIGURED
- component reconfigured.
REPLACED
public static final int REPLACED
- component replaced.
MIGRATED
public static final int MIGRATED
- component migrated.
toString
public abstract String toString()
- Converts the event into a String.
- Returns:
- a string describing the event.
- Overrides:
- toString in class Object