|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ActivityStateChange
public class ActivityStateChange
ActivityStateChange notifies the user with information from EGO when an activity state changes. This class is used while calling onActivityStateChange() to show EGO notifications.
Constructor Summary | |
---|---|
ActivityStateChange()
|
Method Summary | |
---|---|
java.lang.String |
getActivityID()
Get ID of activity. |
java.lang.String |
getAllocID()
Get ID of allocation that activity runs on. |
java.lang.String |
getClientName()
Get name of client that started activity. |
ActivityState |
getState()
Get activity state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActivityStateChange()
Method Detail |
---|
public java.lang.String getActivityID()
public java.lang.String getAllocID()
public java.lang.String getClientName()
public ActivityState getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |