|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSUpdate
public class VFSUpdate
Message sent when a file or directory changes.
Constructor Summary | |
---|---|
VFSUpdate(java.lang.String path)
Creates a VFS update message. |
Method Summary | |
---|---|
java.lang.String |
getPath()
Returns the path that changed. |
java.lang.String |
paramString()
Returns a string representation of this message's parameters. |
Methods inherited from class org.gjt.sp.jedit.EBMessage |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VFSUpdate(java.lang.String path)
path
- The path in questionMethod Detail |
---|
public java.lang.String getPath()
public java.lang.String paramString()
EBMessage
paramString
in class EBMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |