|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--org.ejen.EjenEvent
Ejen event class.
EjenListener,
Serialized Form| Field Summary | |
protected int |
_level
|
protected String |
_msg
|
| Fields inherited from class java.util.EventObject |
source |
| Fields inherited from interface org.ejen.EjenConstants |
CTX_DOM_SOURCE, CTX_STYLESHEET_HANDLER, CTX_STYLESHEET_ROOT, CTX_TRANSFORMER_FACTORY_IMPL, CTX_TRANSFORMER_IMPL, DEFAULT_XML_DATA, DEFAULT_XML_DATA_ENCODING, DEFAULT_XSL_DATA, LOG_INDENT_STR1, LOG_INDENT_STR2, MSG_DEBUG, MSG_ERR, MSG_INFO, MSG_VERBOSE, MSG_WARN, STATE_AFTER_PROCESS, STATE_BEFORE_PROCESS, STATE_CHECK, STATE_IDLE, STATE_PROCESS, STATES |
| Constructor Summary | |
EjenEvent(Object source)
Constructs a new EjenEvent object (with message set to null and level set to EjenConstants.MSG_DEBUG). |
|
EjenEvent(Object source,
int level)
Constructs a new EjenEvent object (with message set to null). |
|
EjenEvent(Object source,
String msg)
Constructs a new EjenEvent object (with level set to EjenConstants.MSG_INFO). |
|
EjenEvent(Object source,
String msg,
int level)
Constructs a new EjenEvent object. |
|
| Method Summary | |
int |
getLevel()
Returns this EjenEvent level. |
String |
getMessage()
Returns this EjenEvent message. |
String |
toString()
Returns this EjenEvent message. |
| 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 |
protected String _msg
protected int _level
| Constructor Detail |
public EjenEvent(Object source)
EjenConstants.MSG_DEBUG).
source - the object on which the Event initially occurred
(may not be null).
public EjenEvent(Object source,
int level)
source - the object on which the Event initially occurred
(may not be null).level - level of this EjenEvent (see EjenConstants)
public EjenEvent(Object source,
String msg)
EjenConstants.MSG_INFO).
source - the object on which the Event initially occurred
(may not be null).msg - message associated to this EjenEvent.
public EjenEvent(Object source,
String msg,
int level)
source - the object on which the Event initially occurred
(may not be null).msg - message associated to this EjenEvent.level - level of this EjenEvent (see EjenConstants)| Method Detail |
public String getMessage()
public int getLevel()
public String toString()
toString in class EventObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||