Uses of Interface
org.apache.hop.workflow.IDelegationListener
-
Packages that use IDelegationListener Package Description org.apache.hop.workflow org.apache.hop.workflow.engines.remote -
-
Uses of IDelegationListener in org.apache.hop.workflow
Classes in org.apache.hop.workflow that implement IDelegationListener Modifier and Type Class Description classDelegationAdapter -
Uses of IDelegationListener in org.apache.hop.workflow.engines.remote
Fields in org.apache.hop.workflow.engines.remote with type parameters of type IDelegationListener Modifier and Type Field Description protected List<IDelegationListener>RemoteWorkflowEngine. delegationListenersMethods in org.apache.hop.workflow.engines.remote that return types with arguments of type IDelegationListener Modifier and Type Method Description List<IDelegationListener>RemoteWorkflowEngine. getDelegationListeners()Gets delegationListenersMethod parameters in org.apache.hop.workflow.engines.remote with type arguments of type IDelegationListener Modifier and Type Method Description voidRemoteWorkflowEngine. setDelegationListeners(List<IDelegationListener> delegationListeners)
-