Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.processor.threepass
Class PredispatchedEvent

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
to Class Event
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
to Class EventHandler
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
 
 

Field Summary
private Event
private EventHandler
Constructor Summary
public void
Method Summary
public Event
public void
public void
Field Detail
event
Event event
 

event
private Event event
Multiplicity:
1
 

handler
EventHandler handler
Custom properties
associates:
com.newstep.solid.processor.handler.EventHandler
 

handler
private EventHandler handler
Multiplicity:
1
Custom properties
associates:
com.newstep.solid.processor.handler.EventHandler
 
Constructor Detail
PredispatchedEvent
public void PredispatchedEvent (Event event, EventHandler handler)
 
Constructor
Parameters:
event
an Event
handler
an EventHandler capable of handling he specified Event
Stereotype:
create
 
Method Detail
getEvent
public Event getEvent ()
 
Return:
Returns the event.
 

getHandler
public EventHandler getHandler ()
 
Return:
Returns the handler.
 

setEvent
public void setEvent (Event event)
 
Parameters:
event
The event to set.
 

setHandler
public void setHandler (EventHandler handler)
 
Parameters:
handler
The handler to set.
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD