|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.ucsb.nceas.morpho.query.QueryPlugin
Constructor Summary | |
QueryPlugin()
Construct the query plugin. |
Method Summary | |
void |
connectionChanged(boolean connected)
Implement the ConnectionListener interface so we know when to refresh queries. |
void |
initialize(ClientFramework cf)
The plugin must store a reference to the ClientFramework in order to be able to call the services available through the framework. |
void |
usernameChanged(java.lang.String newUsername)
Implement the ConnectionListener interface so we know when to refresh queries. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public QueryPlugin()
Method Detail |
public void initialize(ClientFramework cf)
public void usernameChanged(java.lang.String newUsername)
username
- the new username as it now has been setpublic void connectionChanged(boolean connected)
isConnected
- boolean true if the framework is now connected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |