org.kahina.core.gui.event
Class KahinaConsoleLineEvent

java.lang.Object
  extended by org.kahina.core.event.KahinaEvent
      extended by org.kahina.core.gui.event.KahinaConsoleLineEvent

public class KahinaConsoleLineEvent
extends KahinaEvent


Constructor Summary
KahinaConsoleLineEvent(Set<KahinaLineReference> consoleLines)
           
 
Method Summary
 Set<KahinaLineReference> getConsoleLines()
           
 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

KahinaConsoleLineEvent

public KahinaConsoleLineEvent(Set<KahinaLineReference> consoleLines)
Method Detail

getConsoleLines

public Set<KahinaLineReference> getConsoleLines()

toString

public String toString()
Overrides:
toString in class KahinaEvent