org.kahina.core.event
Class KahinaStepDescriptionEvent

java.lang.Object
  extended by org.kahina.core.event.KahinaEvent
      extended by org.kahina.core.event.KahinaStepDescriptionEvent

public class KahinaStepDescriptionEvent
extends KahinaEvent


Constructor Summary
KahinaStepDescriptionEvent(int stepID, String description)
           
 
Method Summary
 String getDescription()
           
 int getStepID()
           
 
Methods inherited from class org.kahina.core.event.KahinaEvent
getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KahinaStepDescriptionEvent

public KahinaStepDescriptionEvent(int stepID,
                                  String description)
Method Detail

getStepID

public int getStepID()

getDescription

public String getDescription()