com.intellij.openapi.vfs
Class VirtualFilePropertyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.intellij.openapi.vfs.VirtualFileEvent
          extended by com.intellij.openapi.vfs.VirtualFilePropertyEvent
All Implemented Interfaces:
java.io.Serializable

public class VirtualFilePropertyEvent
extends VirtualFileEvent

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
VirtualFilePropertyEvent(java.lang.Object requestor, VirtualFile file, java.lang.String propertyName, java.lang.Object oldValue, java.lang.Object newValue)
           
 
Method Summary
 java.lang.Object getNewValue()
           
 java.lang.Object getOldValue()
           
 java.lang.String getPropertyName()
           
 
Methods inherited from class com.intellij.openapi.vfs.VirtualFileEvent
getFile, getFileName, getNewModificationStamp, getOldModificationStamp, getParent, getRequestor, isDirectory
 
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

VirtualFilePropertyEvent

public VirtualFilePropertyEvent(java.lang.Object requestor,
                                VirtualFile file,
                                java.lang.String propertyName,
                                java.lang.Object oldValue,
                                java.lang.Object newValue)
Method Detail

getPropertyName

public java.lang.String getPropertyName()

getOldValue

public java.lang.Object getOldValue()

getNewValue

public java.lang.Object getNewValue()