|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryNotifier
Interface that allows JDOQLQuery and JPQLQuery objects to support listeners.
| Method Summary | |
|---|---|
void |
addListener(String name,
QueryListener listener)
add a listener to a query that will be called when the soql query is generated. |
void |
removeListener(String name)
remove a listener with the given name. |
| Method Detail |
|---|
void addListener(String name,
QueryListener listener)
name - the name to register the listener withlistener - the query listener to registervoid removeListener(String name)
name - the name the listener was registered with
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||