java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSUpdate
Message sent when a file or directory changes.
- Since:
- jEdit 2.6pre4
- Version:
- $Id: VFSUpdate.java 25221 2020-04-12 16:00:17Z kpouer $
- Author:
- Slava Pestov
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
VFSUpdate
Creates a VFS update message.- Parameters:
path
- The path in question
-
-
Method Details
-
getPath
Returns the path that changed. -
paramString
- Overrides:
paramString
in classEBMessage
- Returns:
- a string representation of this message's parameters.
-