|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.jthomas.mailfaces.FaceEvent
General Event generated by JavaFace component The EventID describes the event
| 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 |
public static final int ID_CACHE_EXPIRE
public static final int ID_CACHE_CLEAR
public static final int ID_CACHE_LIST
public static final int ID_CACHE_VERIFY
public static final int ID_OPTIONS_CHANGED
| Constructor Detail |
public FaceEvent(java.lang.Object source,
int id)
| Method Detail |
public int getID()
public java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||