standup.clouds
Class Milestone

java.lang.Object
  extended by standup.clouds.Milestone

public abstract class Milestone
extends Object

Author:
Ruli Manurung

Field Summary
(package private)  PanelProgressMap.ProgressMapStage stage
           
 
Constructor Summary
Milestone(PanelProgressMap.ProgressMapStage _pmn)
           
 
Method Summary
abstract  void doAction()
           
abstract  void doBackAction()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stage

final PanelProgressMap.ProgressMapStage stage
Constructor Detail

Milestone

public Milestone(PanelProgressMap.ProgressMapStage _pmn)
Method Detail

doAction

public abstract void doAction()

doBackAction

public abstract void doBackAction()

toString

public String toString()
Overrides:
toString in class Object