Class Action

java.lang.Object
spoon.support.modelobs.action.Action
Direct Known Subclasses:
AddAction, DeleteAction, UpdateAction

public abstract class Action extends Object
defines an action change on the model
  • Method Details

    • getChangedValue

      public abstract <T> T getChangedValue()
      get the changed value of the model
      Type Parameters:
      T - the type of the element
      Returns:
      the changed value
    • getContext

      public Context getContext()
      get the context of the change
      Returns:
      the context