|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.util.EventObject
|
+--net.artima.place.StatusEvent
An event that indicates a revised status of a Link activation
expressed in a non-null, localized String.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
StatusEvent(StatusEventGenerator source,
java.lang.String status)
Constructs a StatusEvent object with the specified
localized status message. |
|
| Method Summary | |
java.lang.String |
getStatus()
Returns the a non-null, localized String status message,
suitable for display to users. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StatusEvent(StatusEventGenerator source,
java.lang.String status)
StatusEvent object with the specified
localized status message. If status is null,
throws IllegalArgumentException.| Method Detail |
public java.lang.String getStatus()
String status message,
suitable for display to users.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||