Interface ResourceAction


public interface ResourceAction
Action to execute in the context of a Resource. This is used to run actions which use a Resource.
Author:
2009- César Ordiñana - gvSIG team
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Executes the action to perform with a Resource.
  • Method Details

    • run

      Object run() throws Exception
      Executes the action to perform with a Resource.
      Returns:
      the result of the action, or null if none required
      Throws:
      Exception - if there is an error executing the action