|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuiUserListener
Request access to the GUI.
Method Summary | |
---|---|
void |
getComponentClass(QueryEvent event)
The end-user wants to send a query to fetch the class of cca component. |
void |
getComponentInstance(QueryEvent event)
The end-user wants to send a query to fetch a component instance. |
void |
getWaitingForPorts(QueryEvent event)
The end-user wants to send a query to fetch the "waitingForPorts" flag. |
void |
print(PrintEvent event)
The end-user wants to print a string. |
void |
println(PrintEvent event)
The end-user wants to print a string. |
Method Detail |
---|
void print(PrintEvent event)
event
- The event that is generated whenever the
end-user wants to print a string.void println(PrintEvent event)
event
- The event that is generated whenever
the end-user wants to print a string.void getComponentInstance(QueryEvent event)
event
- The event that is created whenever
an entity wants to fetch a component instance.void getComponentClass(QueryEvent event)
event
- The event that is created whenever
the end-user wants to fetch the class of a component.void getWaitingForPorts(QueryEvent event)
event
- The event that is created whenever
the end-user wants to fetch the "waitingForPorts" flag.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |