Class MoveToBackAction

java.lang.Object
com.blackrook.gui.action.MoveToBackAction
All Implemented Interfaces:
GUIAction

public class MoveToBackAction extends Object implements GUIAction
An action that just moves this object to the back of its siblings.
Author:
Matthew Tropiano
  • Method Details

    • get

      public static MoveToBackAction get()
      Returns:
      the only instance of this action.
    • call

      public void call(GUIEvent event)
      Description copied from interface: GUIAction
      The method stub called when this action is invoked.
      Specified by:
      call in interface GUIAction
      Parameters:
      event - the event that was passed into this action.