Uses of Interface
org.apache.hop.workflow.IActionListener
-
Packages that use IActionListener Package Description org.apache.hop.workflow org.apache.hop.workflow.engine org.apache.hop.workflow.engines.remote -
-
Uses of IActionListener in org.apache.hop.workflow
Fields in org.apache.hop.workflow with type parameters of type IActionListener Modifier and Type Field Description protected List<IActionListener>Workflow. actionListenersMethods in org.apache.hop.workflow that return types with arguments of type IActionListener Modifier and Type Method Description List<IActionListener>Workflow. getActionListeners()Methods in org.apache.hop.workflow with parameters of type IActionListener Modifier and Type Method Description voidWorkflow. addActionListener(IActionListener actionListener)voidWorkflow. removeActionListener(IActionListener actionListener) -
Uses of IActionListener in org.apache.hop.workflow.engine
Methods in org.apache.hop.workflow.engine that return types with arguments of type IActionListener Modifier and Type Method Description List<IActionListener>IWorkflowEngine. getActionListeners()Methods in org.apache.hop.workflow.engine with parameters of type IActionListener Modifier and Type Method Description voidIWorkflowEngine. addActionListener(IActionListener<T> refreshJobEntryListener) -
Uses of IActionListener in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote with type parameters of type IActionListener Modifier and Type Field Description protected List<IActionListener>RemoteWorkflowEngine. actionListenersMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type IActionListener Modifier and Type Method Description List<IActionListener>RemoteWorkflowEngine. getActionListeners()Gets actionListenersMethods in org.apache.hop.workflow.engines.remote with parameters of type IActionListener Modifier and Type Method Description voidRemoteWorkflowEngine. addActionListener(IActionListener actionListener)voidRemoteWorkflowEngine. removeActionListener(IActionListener actionListener)Method parameters in org.apache.hop.workflow.engines.remote with type arguments of type IActionListener Modifier and Type Method Description voidRemoteWorkflowEngine. setActionListeners(List<IActionListener> actionListeners)
-