ix.ip2
Class PerformAsActivityHandler

java.lang.Object
  extended by ix.ip2.ItemHandler
      extended by ix.ip2.IssueHandler
          extended by ix.ip2.PerformAsActivityHandler

public class PerformAsActivityHandler
extends IssueHandler

Generates a HandlerAction that removes an issue and adds a corresponding activity. Compare TransformToActivityHandler.


Field Summary
(package private)  Ip2 ip2
           
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
PerformAsActivityHandler(Ip2 ip2)
           
 
Method Summary
 void handle(AgendaItem item)
          Called to perform the action implemented by this handler, if the selected HandlerAction so desires.
 
Methods inherited from class ix.ip2.IssueHandler
toString
 
Methods inherited from class ix.ip2.ItemHandler
addHandlerActions, appliesTo, getActionDescription, getSyntaxList, isAutomatic, makeHandler, reviseHandlerActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ip2

Ip2 ip2
Constructor Detail

PerformAsActivityHandler

public PerformAsActivityHandler(Ip2 ip2)
Method Detail

handle

public void handle(AgendaItem item)
Description copied from class: ItemHandler
Called to perform the action implemented by this handler, if the selected HandlerAction so desires.

Overrides:
handle in class ItemHandler
See Also:
ItemHandler.addHandlerActions(AgendaItem)