org.netbeans.spi.queries
Class VisibilityQueryChangeEvent
java.lang.Object
java.util.EventObject
javax.swing.event.ChangeEvent
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
VisibilityQueryChangeEvent
public VisibilityQueryChangeEvent(Object source,
FileObject[] changedFileObjects)
- create new instance of the event, typically called by VisibilityQueryImplementation providers.
- Parameters:
source - changedFileObjects -
getFileObjects
public FileObject[] getFileObjects()
- return the FileObjects that changed visibility
- Returns: