public class AdaptationBehaviorExecutedNotification extends NotificationImpl
AdaptationBehavior was executed successfully.| Modifier and Type | Field and Description |
|---|---|
static int |
ADAPTATION_BEHAVIOR_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 |
|---|
AdaptationBehaviorExecutedNotification(AdaptationBehavior executedAction)
Initializes a new instance of the
AdaptationBehaviorExecutedNotification class. |
| Modifier and Type | Method and Description |
|---|---|
AdaptationBehavior |
getNewValue()
Gets action that was executed.
Note: Calling this method is is equivalent to calling getNotifier(). |
AdaptationBehavior |
getNotifier()
Gets action 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_BEHAVIOR_EXECUTED_EVENT_TYPE
public AdaptationBehaviorExecutedNotification(AdaptationBehavior executedAction)
AdaptationBehaviorExecutedNotification class.executedAction - The AdaptationBehavior that terminated successfully.NullPointerException - In case executedAction is null.public AdaptationBehavior getNewValue()
getNotifier().getNewValue in interface NotificationgetNewValue in class NotificationImplAdaptationBehavior that was executed.getNotifier()public AdaptationBehavior getNotifier()
getNewValue().getNotifier in interface NotificationgetNotifier in class NotificationImplAdaptationBehavior that was executed.getNewValue()()public boolean isTouch()
isTouch in interface NotificationisTouch in class NotificationImpltrue.public boolean isReset()
isReset in interface NotificationisReset in class NotificationImplfalse.