|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sourceforge.wohenchan.convert.ConverterEvent.EventType
| Field Summary | |
static ConverterEvent.EventType |
ENTRY_FOUND
an entry has been found. |
private int |
m_type
|
static ConverterEvent.EventType |
PROGRESS_UPDATE
this is an update to the percentage progress of the current task. |
static ConverterEvent.EventType |
SEARCH_DONE
Once this event happens, there should be no more events. |
static ConverterEvent.EventType |
STATUS_MESSAGE
a problem or unusual condition has occured. |
static ConverterEvent.EventType |
TASK_CHANGE
the current task has changed. |
| Constructor Summary | |
private |
ConverterEvent.EventType(int type)
|
| Method Summary | |
boolean |
equals(java.lang.Object other)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static ConverterEvent.EventType SEARCH_DONE
public static ConverterEvent.EventType PROGRESS_UPDATE
public static ConverterEvent.EventType TASK_CHANGE
public static ConverterEvent.EventType ENTRY_FOUND
public static ConverterEvent.EventType STATUS_MESSAGE
private int m_type
| Constructor Detail |
private ConverterEvent.EventType(int type)
| Method Detail |
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||