Interface DALActionFactory

All Superinterfaces:
org.gvsig.tools.util.IsApplicable
All Known Implementing Classes:
AbstractDALActionFactory

public interface DALActionFactory extends org.gvsig.tools.util.IsApplicable
Author:
jjdelcerro
  • Method Details

    • getName

      String getName()
    • isApplicable

      boolean isApplicable(Object... args)
      Check if this factory is applicable to the first argument. The first argument can be instanceof DALActionContext
      Specified by:
      isApplicable in interface org.gvsig.tools.util.IsApplicable
      Parameters:
      args -
      Returns:
    • createAction