org.netbeans.modules.queries/1 1.32.1

org.netbeans.spi.queries
Class VisibilityQueryChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.ChangeEvent
          extended by org.netbeans.spi.queries.VisibilityQueryChangeEvent
All Implemented Interfaces:
Serializable

public final class VisibilityQueryChangeEvent
extends ChangeEvent

ChangeEvent subclass to be used by VisibilityQueryImplementation implementations to fire changes when it's known what files changed visibility. Allows clients to use that information for improved performance when reacting on the event.

Since:
1.32
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VisibilityQueryChangeEvent(Object source, FileObject[] changedFileObjects)
          create new instance of the event, typically called by VisibilityQueryImplementation providers.
 
Method Summary
 FileObject[] getFileObjects()
          return the FileObjects that changed visibility
 
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

VisibilityQueryChangeEvent

public VisibilityQueryChangeEvent(Object source,
                                  FileObject[] changedFileObjects)
create new instance of the event, typically called by VisibilityQueryImplementation providers.

Parameters:
source -
changedFileObjects -
Method Detail

getFileObjects

public FileObject[] getFileObjects()
return the FileObjects that changed visibility

Returns:

org.netbeans.modules.queries/1 1.32.1

Built on February 14 2013.  |  Portions Copyright 1997-2013 Oracle. All rights reserved.