org.kahina.core.event
Class KahinaTreeMatchEvent

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

public class KahinaTreeMatchEvent
extends KahinaEvent


Constructor Summary
KahinaTreeMatchEvent(KahinaBreakpoint bp, int nodeID)
           
 
Method Summary
 KahinaBreakpoint getBreakpoint()
           
 int getNodeID()
           
 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

KahinaTreeMatchEvent

public KahinaTreeMatchEvent(KahinaBreakpoint bp,
                            int nodeID)
Method Detail

getBreakpoint

public KahinaBreakpoint getBreakpoint()

getNodeID

public int getNodeID()

toString

public String toString()
Overrides:
toString in class KahinaEvent