org.abraracourcix.alipes.monitors.file
Class FileEvent

java.lang.Object
  extended byorg.abraracourcix.alipes.monitors.file.FileEvent
All Implemented Interfaces:
Event

public final class FileEvent
extends java.lang.Object
implements Event

An event representing all the things that could change about a file's state Java enumeration

Author:
jdt

Field Summary
static FileEvent CREATED
          Enum value
static FileEvent DELETED
          Enum value
static FileEvent DOES_NOT_EXIST
          Enum value
static FileEvent EXISTS
          Enum value
static FileEvent GONE_STALE
          Enum value
static FileEvent IS_STALE
          Enum value
static FileEvent UNKNOWN
          Enum value
static FileEvent UPDATED
          Enum value
 
Method Summary
 java.lang.String toString()
          The usual toString method, returning a description of the event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNKNOWN

public static final FileEvent UNKNOWN
Enum value


EXISTS

public static final FileEvent EXISTS
Enum value


DOES_NOT_EXIST

public static final FileEvent DOES_NOT_EXIST
Enum value


DELETED

public static final FileEvent DELETED
Enum value


CREATED

public static final FileEvent CREATED
Enum value


UPDATED

public static final FileEvent UPDATED
Enum value


IS_STALE

public static final FileEvent IS_STALE
Enum value


GONE_STALE

public static final FileEvent GONE_STALE
Enum value

Method Detail

toString

public java.lang.String toString()
The usual toString method, returning a description of the event

Returns:
the event


Copyright © 2004-2005 Abraracourcix. All Rights Reserved.