org.gjt.sp.jedit.msg
Class VFSUpdate
java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.VFSUpdate
- public class VFSUpdate
- extends EBMessage
Message sent when a file or directory changes.
- Since:
- jEdit 2.6pre4
- Version:
- $Id: VFSUpdate.java,v 1.3 2002/05/14 07:34:55 spestov Exp $
- Author:
- Slava Pestov
VFSUpdate
public VFSUpdate(String path)
- Creates a VFS update message.
- Parameters:
path
- The path in question
getPath
public String getPath()
- Returns the path that changed.
paramString
public String paramString()
- Description copied from class:
EBMessage
- Returns a string representation of this message's parameters.
- Overrides:
paramString
in class EBMessage