|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.ViewAdapter
A stub implementation of the ViewListener 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.
ViewListener,
ViewEvent,
Project.addViewListener(com.starbase.starteam.ViewListener)| Constructor Summary | |
ViewAdapter()
|
|
| Method Summary | |
void |
viewAdded(ViewEvent e)
Invoked when a new View has been added to the server. |
void |
viewChanged(ViewEvent e)
Invoked when an existing View has been modified on the server. |
void |
viewDeleted(ViewEvent e)
Invoked when an existing View 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 ViewAdapter()
| Method Detail |
public void viewAdded(ViewEvent e)
viewAdded in interface ViewListenere - The corresponding View event.public void viewChanged(ViewEvent e)
viewChanged in interface ViewListenere - The corresponding View event.public void viewDeleted(ViewEvent e)
viewDeleted in interface ViewListenere - The corresponding View event.View.isDeleted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||