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

FSRegistryEvent (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.modules.vcscore.registry
Class FSRegistryEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.netbeans.modules.vcscore.registry.FSRegistryEvent
All Implemented Interfaces:
Serializable

public final class FSRegistryEvent
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FSRegistryEvent(FSRegistry registry, FSInfo fsInfo, boolean added)
          Creates a new instance of FSRegistryEvent.
 
Method Summary
 FSInfo getInfo()
          Get the filesystem info.
 Object getPropagationId()
          Getter for property propagationId.
 boolean isAdded()
          Find whether the filesystem info was added or removed.
 void setPropagationId(Object propagationId)
          Setter for property propagationId.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSRegistryEvent

public FSRegistryEvent(FSRegistry registry,
                       FSInfo fsInfo,
                       boolean added)
Creates a new instance of FSRegistryEvent.

Parameters:
registry - The filesystem registry, that was changed.
fsInfo - The filesystem info, that was added or removed.
added - true if the info was added, false if removed.
Method Detail

getInfo

public FSInfo getInfo()
Get the filesystem info.


isAdded

public boolean isAdded()
Find whether the filesystem info was added or removed.


getPropagationId

public Object getPropagationId()
Getter for property propagationId.

Returns:
Value of property propagationId.

setPropagationId

public void setPropagationId(Object propagationId)
Setter for property propagationId.

Parameters:
propagationId - New value of property propagationId.

 

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