|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.devsphere.xml.taglib.process.event.EventSupport
This is the base class of all event wrapper classes from this package.
| Constructor Summary | |
EventSupport(int indentLevel)
Initializes the event. |
|
| Method Summary | |
int |
getIndentLevel()
Returns the indent level |
boolean |
isConsumed()
Returns true if the event was consumed |
void |
setConsumed(boolean consumed)
Sets the consumed flag of this event. |
java.lang.String |
toString()
Returns a text containing the values of some of the properties of this event. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EventSupport(int indentLevel)
indentLevel - the indent level| Method Detail |
public int getIndentLevel()
public boolean isConsumed()
true if the event was consumed
public void setConsumed(boolean consumed)
consumed flag of this event.
consumed - a flag indicating if the event was consumedpublic java.lang.String toString()
toString in class java.lang.Object
|
Devsphere.com |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||