org.jbpm.jsf
Interface JbpmActionListener

All Known Implementing Classes:
AddCommentActionListener, AddMembershipActionListener, ApplyVariableMapActionListener, AssignTaskActionListener, CancelActionListener, CompleteTaskActionListener, CreateGroupActionListener, CreateUserActionListener, DeleteActionListener, DeleteGroupActionListener, DeleteMembershipActionListener, DeleteUserActionListener, DeployProcessActionListener, GetDiagramInfoActionListener, GetProcessLogsActionListener, GetTaskFormInfoActionListener, GetVariableActionListener, GetVariableMapActionListener, LazyJbpmActionListener, ListGroupsActionListener, ListJobsActionListener, ListProcessesActionListener, ListProcessInstancesActionListener, ListTasksActionListener, ListTasksForActorActionListener, ListTasksForProcessActionListener, ListTasksForProcessInstanceActionListener, ListTokensActionListener, ListUsersActionListener, LoadGroupActionListener, LoadGroupByNameActionListener, LoadJobActionListener, LoadProcessActionListener, LoadProcessInstanceActionListener, LoadTaskActionListener, LoadTokenActionListener, LoadUserActionListener, MoveTokenActionListener, RemoveVariableActionListener, ResumeActionListener, SignalActionListener, StartProcessActionListener, StartTaskActionListener, SuspendActionListener, TaskFormButtonActionListener, UpdateTaskStartActionListener, UpdateVariableActionListener, VerifyUserActionListener

public interface JbpmActionListener


Method Summary
 String getName()
          Get the name of this action.
 void handleAction(JbpmJsfContext context, javax.faces.event.ActionEvent event)
           
 

Method Detail

getName

String getName()
Get the name of this action. This name may be used by the navigation handler to choose an appropriate navigation outcome.

Returns:
the name

handleAction

void handleAction(JbpmJsfContext context,
                  javax.faces.event.ActionEvent event)