org.gjt.sp.jedit.msg
Class VFSUpdate

java.lang.Object
  extended byorg.gjt.sp.jedit.EBMessage
      extended byorg.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

Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.EBMessage
EBMessage.NonVetoable
 
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, isVetoed, toString, veto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VFSUpdate

public VFSUpdate(java.lang.String path)
Creates a VFS update message.

Parameters:
path - The path in question
Method Detail

getPath

public java.lang.String getPath()
Returns the path that changed.


paramString

public java.lang.String paramString()
Description copied from class: EBMessage
Returns a string representation of this message's parameters.

Overrides:
paramString in class EBMessage