DefaultDocument.IgnoreFileSystemEvent Interface

com.bea.ide.document
DefaultDocument.IgnoreFileSystemEvent Interface

public static interface DefaultDocument.IgnoreFileSystemEvent

This is a marker interface used by the DefaultDocument.fileSystemChanged method. If this interface is implemented on the state object of the FileSystemEvent, the event is ignored. This is used to allow services to handle user notifications and Document fixup themselves. For example, when the URI of the document changes, the FileSvc will handle updating the document's URI, so it should ignore the file changed events it may receive.

Enclosing class

DefaultDocument