net.sf.jagzilla.actions
Class DummyAction

java.lang.Object
  extended bynet.sf.jagzilla.actions.DummyAction
All Implemented Interfaces:
EventAction, java.lang.Runnable

public class DummyAction
extends java.lang.Object
implements EventAction

dummy action for testing purposes

Author:
mike

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

DummyAction

public DummyAction()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Description copied from interface: EventAction
adds a property to the event action. This method may be called more than one or never, depending on the event type.

Specified by:
setProperty in interface EventAction
Parameters:
name - the property name
value - the value of the property

setBugQuery

public void setBugQuery(BugQuery bq)
Description copied from interface: EventAction
sets the BugQuery to the implementing action. This method can be safely ignored, the object is given to the action in case the action needs to use it.

Specified by:
setBugQuery in interface EventAction
Parameters:
bq - a configured and usable BugQuery

setSystemQuery

public void setSystemQuery(SystemQuery sq)
Description copied from interface: EventAction
sets the SystemQuery to the implementing action. This method can be safely ignored, the object is given to the action in case the action needs to use it.

Specified by:
setSystemQuery in interface EventAction
Parameters:
sq - a configured and usable SystemQuery


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.