public class AdaptationActionExecutedNotification extends NotificationImpl
AdaptationAction was executed successfully.| Modifier and Type | Field and Description |
|---|---|
static int |
ADAPTATION_ACTION_EXECUTED_EVENT_TYPE |
PRIMITIVE_TYPE_BOOLEAN, PRIMITIVE_TYPE_BYTE, PRIMITIVE_TYPE_CHAR, PRIMITIVE_TYPE_DOUBLE, PRIMITIVE_TYPE_FLOAT, PRIMITIVE_TYPE_INT, PRIMITIVE_TYPE_LONG, PRIMITIVE_TYPE_OBJECT, PRIMITIVE_TYPE_SHORTADD, ADD_MANY, CREATE, EVENT_TYPE_COUNT, MOVE, NO_FEATURE_ID, NO_INDEX, REMOVE, REMOVE_MANY, REMOVING_ADAPTER, RESOLVE, SET, UNSET| Constructor and Description |
|---|
AdaptationActionExecutedNotification(AdaptationAction executedAdaptationStep)
Initializes a new instance of the
AdaptationActionExecutedNotification class. |
| Modifier and Type | Method and Description |
|---|---|
AdaptationAction |
getNewValue()
Gets adaptation step that was executed.
Note: Calling this method is is equivalent to calling getNotifier(). |
AdaptationAction |
getNotifier()
Gets adaptation step that is associated with this notification.
Note: Calling this method is is equivalent to calling getNewValue(). |
boolean |
isReset() |
boolean |
isTouch() |
add, dispatch, getEventType, getFeature, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, merge, toString, wasSetpublic static final int ADAPTATION_ACTION_EXECUTED_EVENT_TYPE
public AdaptationActionExecutedNotification(AdaptationAction executedAdaptationStep)
AdaptationActionExecutedNotification class.executedAdaptationStep - The AdaptationStep that terminated successfully.NullPointerException - In case executedAdaptationStep is null.public AdaptationAction getNewValue()
getNotifier().getNewValue in interface NotificationgetNewValue in class NotificationImplAdaptationAction that was executed.getNotifier()public AdaptationAction getNotifier()
getNewValue().getNotifier in interface NotificationgetNotifier in class NotificationImplAdaptationAction that was executed.getNewValue()()public boolean isTouch()
isTouch in interface NotificationisTouch in class NotificationImpltrue.public boolean isReset()
isReset in interface NotificationisReset in class NotificationImplfalse.