Class UserPanelControllerActionIO

All Implemented Interfaces:
ControllerActionIO

  • Constructor Details

    • UserPanelControllerActionIO

      public UserPanelControllerActionIO()
  • Method Details

    • getActionLoader

      public ActionLoader getActionLoader(File actionFile, Object contextID)
      Description copied from interface: ControllerActionIO
      Gets the ActionLoader used to load the saved action.
      Parameters:
      actionFile - the File containing the serialized data
      contextID - the context the context to load the action into
      Returns:
      the ActionLoader used to load the saved action.