|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionEvent
Base event interface components wishing to know about their connectedness (used or provided ports) must listen for. This interface represents a large simplification and callback style imposed over the general EventService layer. This interface contains only enough information to be useful in the scope of the particular Component instance receiving the event.
Field Summary |
---|
Method Summary | |
---|---|
int |
getEventType()
Returns the integer from those defined that describes the event. |
PortInfo |
getPortInfo()
Get the PortInfo of the affected Port. |
Method Detail |
---|
int getEventType()
The semantics are noted before each member of the enum/static constant. We can add in different types of connect/disconnect as multiports and explicit local/global/sync/async semantics are agreed to in the future.
At present we assume that:
PortInfo getPortInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |