* <!-- end-user-doc -->
* @generated
*/
public void setGesture(GestureKind newGesture)
{
GestureKind oldGesture = gesture;
gesture = newGesture == null ? GESTURE_EDEFAULT : newGesture;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.UI_ACTION__GESTURE, oldGesture, gesture));
}