com.starbase.starteam
Interface FilterListener

All Superinterfaces:
java.util.EventListener, IFilterQueryListener
All Known Implementing Classes:
FilterAdapter, FilterQueryAdapter

public interface FilterListener
extends IFilterQueryListener

Event-listener interface for Filter events.

Note that an application will not receive events for Filters that the logged-in user does not have permission to access.

See Also:
IFilterQueryListener, FilterAdapter, FilterQueryAdapter, FilterEvent, Type.addFilterQueryListener(com.starbase.starteam.IFilterQueryListener)

Method Summary
 void filterAdded(FilterEvent e)
          Invoked when a new Filter has been added to the server.
 void filterChanged(FilterEvent e)
          Invoked when an existing Filter has been modified on the server.
 void filterDeleted(FilterEvent e)
          Invoked when an existing Filter has been deleted on the server.
 

Method Detail

filterAdded

public void filterAdded(FilterEvent e)
Invoked when a new Filter has been added to the server.

Parameters:
e - The corresponding Filter event.

filterChanged

public void filterChanged(FilterEvent e)
Invoked when an existing Filter has been modified on the server.

Parameters:
e - The corresponding Filter event.

filterDeleted

public void filterDeleted(FilterEvent e)
Invoked when an existing Filter has been deleted on the server.

Parameters:
e - The corresponding Filter event. In this case, the Filter will have been marked deleted.
See Also:
Filter.isDeleted()


StarTeam SDK 10.0, Build 58
Copyright © 2003-2004 Borland Software Corporation. All rights reserved.