Interface UserActionModifier


public interface UserActionModifier
Classes that implement this interface need to handle the currently open ModifiableUserAction and apply changes to it.
Since:
8.189
  • Method Details

    • modify

      void modify(ModifiableUserAction modifiableUserAction)
      Implement this method and modify the currently active ModifiableUserAction
      Parameters:
      modifiableUserAction - the currently active user action