|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventImpl | |
|---|---|
| org.ow2.orchestra.pvm.internal.model | |
| org.ow2.orchestra.pvm.model | |
| Uses of EventImpl in org.ow2.orchestra.pvm.internal.model |
|---|
| Fields in org.ow2.orchestra.pvm.internal.model declared as EventImpl | |
|---|---|
protected EventImpl |
ExecutionImpl.event
|
protected EventImpl |
ProcessModificationsImpl.AddedAction.event
|
| Fields in org.ow2.orchestra.pvm.internal.model with type parameters of type EventImpl | |
|---|---|
protected Map<String,EventImpl> |
ObservableElementImpl.events
|
| Methods in org.ow2.orchestra.pvm.internal.model that return EventImpl | |
|---|---|
EventImpl |
ObservableElementImpl.addEvent(EventImpl event)
add an event to this processDefinition element. |
EventImpl |
TransitionImpl.createEvent()
|
EventImpl |
ObservableElementImpl.createEvent(String eventName)
event factory method that also establishes the bidirectional relation. |
EventImpl |
TransitionImpl.getEvent()
|
EventImpl |
ObservableElementImpl.getEvent(String eventName)
|
| Methods in org.ow2.orchestra.pvm.internal.model with parameters of type EventImpl | |
|---|---|
EventImpl |
ObservableElementImpl.addEvent(EventImpl event)
add an event to this processDefinition element. |
void |
ExecutionImpl.handleException(ObservableElementImpl observableElement,
EventImpl exceptionEvent,
EventListenerReference eventListenerReference,
Exception thrownException,
String rethrowMessage)
|
void |
ExecutionImpl.setEvent(EventImpl event)
|
| Method parameters in org.ow2.orchestra.pvm.internal.model with type arguments of type EventImpl | |
|---|---|
void |
ObservableElementImpl.setEvents(Map<String,EventImpl> events)
|
| Uses of EventImpl in org.ow2.orchestra.pvm.model |
|---|
| Fields in org.ow2.orchestra.pvm.model declared as EventImpl | |
|---|---|
protected EventImpl |
ProcessFactory.event
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||