|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.ibm.as400.access.FileEvent
public class FileEvent extends EventObject
The FileEvent class represents a File event.
| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_CLOSED
The file closed event ID. |
static int |
FILE_CREATED
The file created event ID. |
static int |
FILE_DELETED
The file deleted event ID. |
static int |
FILE_MODIFIED
The file modified event ID. |
static int |
FILE_OPENED
The file opened event ID. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor and Description |
|---|
FileEvent(Object source,
int id)
Constructs a FileEvent object. |
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int FILE_CLOSED
public static final int FILE_DELETED
public static final int FILE_MODIFIED
public static final int FILE_OPENED
public static final int FILE_CREATED
| Constructor Detail |
|---|
public FileEvent(Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
|---|
public int getID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||