| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor.threepass
public class PredispatchedEvent
PredispatchedEvent represents the output from the first phase of processing
such that the Event may be decoded into multiple events and those events have
had their associated handlers located.
Links:
Kernel Association Association Link
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
Kernel Association Association Link
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
associates:
com.newstep.solid.processor.handler.EventHandler
link:
aggregation
| Constructor Summary |
public void |
|
| Method Summary |
|
|
|
|
public void |
|
public void |
|
Multiplicity:
1
Custom properties
associates:
com.newstep.solid.processor.handler.EventHandler
Multiplicity:
1
Custom properties
associates:
com.newstep.solid.processor.handler.EventHandler
Constructor
Parameters:
event
an Event
handler
an EventHandler capable of handling he specified Event
Stereotype:
create
Return:
Returns the event.
Return:
Returns the handler.
public void setEvent (Event event)
Parameters:
event
The event to set.
Parameters:
handler
The handler to set.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|