站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

GlobalPathRegistryListener (NetBeans Java Support APIs) - NetBeans API Javadoc 5.0.0

 

org.netbeans.api.java.classpath
Interface GlobalPathRegistryListener

All Superinterfaces:
EventListener

public interface GlobalPathRegistryListener
extends EventListener

Event listener interface for being notified of changes in the set of available paths.


Method Summary
 void pathsAdded(GlobalPathRegistryEvent event)
          Called when some paths are added.
 void pathsRemoved(GlobalPathRegistryEvent event)
          Called when some paths are removed.
 

Method Detail

pathsAdded

public void pathsAdded(GlobalPathRegistryEvent event)
Called when some paths are added. Only applies to the first copy of a path that is added.

Parameters:
event - an event giving details

pathsRemoved

public void pathsRemoved(GlobalPathRegistryEvent event)
Called when some paths are removed. Only applies to the last copy of a path that is removed.

Parameters:
event - an event giving details

 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.