Uses of Class
org.jbpm.workbench.es.client.editors.events.ExecutionErrorSelectedEvent
-
Packages that use ExecutionErrorSelectedEvent Package Description org.jbpm.workbench.es.client.editors.errordetails org.jbpm.workbench.es.client.editors.errorlist -
-
Uses of ExecutionErrorSelectedEvent in org.jbpm.workbench.es.client.editors.errordetails
Methods in org.jbpm.workbench.es.client.editors.errordetails with parameters of type ExecutionErrorSelectedEvent Modifier and Type Method Description voidExecutionErrorDetailsPresenter. onExecutionErrorSelectedEvent(ExecutionErrorSelectedEvent event) -
Uses of ExecutionErrorSelectedEvent in org.jbpm.workbench.es.client.editors.errorlist
Method parameters in org.jbpm.workbench.es.client.editors.errorlist with type arguments of type ExecutionErrorSelectedEvent Modifier and Type Method Description voidExecutionErrorListPresenter. setExecutionErrorSelectedEvent(javax.enterprise.event.Event<ExecutionErrorSelectedEvent> executionErrorSelectedEvent)
-