|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.QueryAdapter
A stub implementation of the QueryListener interface.
This class is provided as a convenience for easily creating listeners. An application can extend this class and override only the methods of interest.
IFilterQueryListener,
QueryListener,
QueryEvent,
Type.addFilterQueryListener(com.starbase.starteam.IFilterQueryListener)| Constructor Summary | |
QueryAdapter()
|
|
| Method Summary | |
void |
queryAdded(QueryEvent e)
Invoked when a new Query has been added to the server. |
void |
queryChanged(QueryEvent e)
Invoked when an existing Query has been modified on the server. |
void |
queryDeleted(QueryEvent e)
Invoked when an existing Query has been deleted on the server. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryAdapter()
| Method Detail |
public void queryAdded(QueryEvent e)
queryAdded in interface QueryListenere - The corresponding Query event.public void queryChanged(QueryEvent e)
queryChanged in interface QueryListenere - The corresponding Query event.public void queryDeleted(QueryEvent e)
queryDeleted in interface QueryListenere - The corresponding Query event.QueryInfo.isDeleted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||