public interface

IActionDefinition

com.pnfsoftware.jeb.core.actions.IActionDefinition

Class Overview

Definition class for custom actions. NOT TO BE USED.

Summary

Public Methods
abstract String getDescription()
Get a description for the action.
abstract String getName()
Get the action.

Public Methods

public abstract String getDescription ()

Get a description for the action.

Returns
  • the action decription

public abstract String getName ()

Get the action.

Returns
  • the action name