org.kahina.core.event
Class KahinaDAGEvent

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

public class KahinaDAGEvent
extends KahinaEvent


Constructor Summary
KahinaDAGEvent(int dagEventType, int firstID, int secondID)
           
 
Method Summary
 int getDAGEventType()
           
 int getFirstID()
           
 int getSecondID()
           
 String toString()
           
 
Methods inherited from class org.kahina.core.event.KahinaEvent
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KahinaDAGEvent

public KahinaDAGEvent(int dagEventType,
                      int firstID,
                      int secondID)
Method Detail

getDAGEventType

public int getDAGEventType()

getFirstID

public int getFirstID()

getSecondID

public int getSecondID()

toString

public String toString()
Overrides:
toString in class KahinaEvent