org.kahina.core.event
Class KahinaWarnEvent

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

public class KahinaWarnEvent
extends KahinaEvent


Constructor Summary
KahinaWarnEvent(KahinaBreakpoint breakpoint, int matchCount)
           
 
Method Summary
 KahinaBreakpoint getBreakpoint()
           
 int getMatchCount()
           
 
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

KahinaWarnEvent

public KahinaWarnEvent(KahinaBreakpoint breakpoint,
                       int matchCount)
Method Detail

getBreakpoint

public KahinaBreakpoint getBreakpoint()

getMatchCount

public int getMatchCount()