|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--configuration.SimpleEvent
A class representing events related to ComponentConfigurators.
ComponentEvent,
ComponentConfigurator| Constructor Summary | |
SimpleEvent(java.lang.String description,
int type)
Creates a new SimpleEvent object. |
|
| Method Summary | |
int |
getType()
Accessor for the event type. |
java.lang.String |
toString()
Converts the event into a String. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public SimpleEvent(java.lang.String description,
int type)
description - a String describing the eventtype - the event typeObject| Method Detail |
public java.lang.String toString()
public int getType()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||