|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.events.JagzillaEventImpl
base class for all events inside jagzilla.
| Field Summary |
| Constructor Summary | |
JagzillaEventImpl()
|
|
| Method Summary | |
java.lang.String |
getSource()
return a String identifying the piece
of code generating the event. |
void |
setSource(java.lang.String string)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JagzillaEventImpl()
| Method Detail |
public void setSource(java.lang.String string)
public java.lang.String getSource()
throws NullSourceException
JagzillaEventString identifying the piece
of code generating the event. The string returned is a
constant in this interface.
getSource in interface JagzillaEventNullSourceException - if the event being thrown has a null source.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||