com.jthomas.mailfaces
Class FaceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.jthomas.mailfaces.FaceEvent
All Implemented Interfaces:
java.io.Serializable

public class FaceEvent
extends java.util.EventObject
implements java.io.Serializable

General Event generated by JavaFace component The EventID describes the event

See Also:
Serialized Form

Field Summary
static int ID_CACHE_CLEAR
          Identify event sent when user wants to clear all cache entries
static int ID_CACHE_EXPIRE
          Identify event sent when user wants to expire cache entries
static int ID_CACHE_LIST
          Identify event sent when user wants to expire cache entries
static int ID_CACHE_VERIFY
          Identify event sent when user wants to expire cache entries
static int ID_OPTIONS_CHANGED
          Identify event sent when User has changed the Options file and the FaceOptions object has been rebuilt and potentially one or more options have changed.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FaceEvent(java.lang.Object source, int id)
          Constructor
 
Method Summary
 int getID()
          returns the Event ID The valid ID values are defined above
 java.lang.String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ID_CACHE_EXPIRE

public static final int ID_CACHE_EXPIRE
Identify event sent when user wants to expire cache entries

See Also:
Constant Field Values

ID_CACHE_CLEAR

public static final int ID_CACHE_CLEAR
Identify event sent when user wants to clear all cache entries

See Also:
Constant Field Values

ID_CACHE_LIST

public static final int ID_CACHE_LIST
Identify event sent when user wants to expire cache entries

See Also:
Constant Field Values

ID_CACHE_VERIFY

public static final int ID_CACHE_VERIFY
Identify event sent when user wants to expire cache entries

See Also:
Constant Field Values

ID_OPTIONS_CHANGED

public static final int ID_OPTIONS_CHANGED
Identify event sent when User has changed the Options file and the FaceOptions object has been rebuilt and potentially one or more options have changed.

See Also:
Constant Field Values
Constructor Detail

FaceEvent

public FaceEvent(java.lang.Object source,
                 int id)
Constructor

Method Detail

getID

public int getID()
returns the Event ID The valid ID values are defined above

Returns:
Event identifier

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject