|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.jagzilla.actions.DummyAction
dummy action for testing purposes
| Constructor Summary | |
DummyAction()
|
|
| Method Summary | |
void |
run()
|
void |
setBugQuery(BugQuery bq)
sets the BugQuery to the implementing action. |
void |
setProperty(java.lang.String name,
java.lang.Object value)
adds a property to the event action. |
void |
setSystemQuery(SystemQuery sq)
sets the SystemQuery to the implementing action. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DummyAction()
| Method Detail |
public void run()
run in interface java.lang.Runnable
public void setProperty(java.lang.String name,
java.lang.Object value)
EventAction
setProperty in interface EventActionname - the property namevalue - the value of the propertypublic void setBugQuery(BugQuery bq)
EventAction
setBugQuery in interface EventActionbq - a configured and usable BugQuerypublic void setSystemQuery(SystemQuery sq)
EventAction
setSystemQuery in interface EventActionsq - a configured and usable SystemQuery
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||