com.starbase.starteam
Class NotificationAdapter

java.lang.Object
  |
  +--com.starbase.starteam.NotificationAdapter
All Implemented Interfaces:
java.util.EventListener, IItemListener, NotificationListener

public abstract class NotificationAdapter
extends java.lang.Object
implements NotificationListener

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.

See Also:
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

NotificationAdapter

public NotificationAdapter()
Method Detail

notify

public void notify(NotificationEvent e)
Invoked whenever a new "notification" for the logged-in user is available on the Server.

Specified by:
notify in interface NotificationListener
Parameters:
e - The corresponding Notification event.
See Also:
NotificationEvent


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.