|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.NotificationAdapter
A stub implementation of the NotificationListener 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.
NotificationListener,
View.addItemListener(com.starbase.starteam.IItemListener, com.starbase.starteam.Type),
Folder.addItemListener(com.starbase.starteam.IItemListener, com.starbase.starteam.Type, int),
ItemListManager.addItemListener(com.starbase.starteam.IItemListener)| Constructor Summary | |
NotificationAdapter()
|
|
| Method Summary | |
void |
notify(NotificationEvent e)
Invoked whenever a new "notification" for the logged-in user is available on the Server. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NotificationAdapter()
| Method Detail |
public void notify(NotificationEvent e)
notify in interface NotificationListenere - The corresponding Notification event.NotificationEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||