ix.ip2
Class TransformToActivityHandler

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

public class TransformToActivityHandler
extends IssueHandler

Generates a HandlerAction that removes an issue and sets up the Messenger to add it as an activity. This allows the issue to be edited before it becomes an activity. Compare PerformAsActivityHandler.


Field Summary
(package private)  Ip2 ip2
           
 
Fields inherited from class ix.ip2.ItemHandler
actionDescription
 
Constructor Summary
TransformToActivityHandler(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

TransformToActivityHandler

public TransformToActivityHandler(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)