org.kahina.core.event
Class KahinaWindowEvent

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

public class KahinaWindowEvent
extends KahinaEvent


Constructor Summary
KahinaWindowEvent(int type, int windowID)
           
KahinaWindowEvent(int type, int windowID, String stringContent)
           
 
Method Summary
 String getStringContent()
           
 int getWindowEventType()
           
 int getWindowID()
           
 
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

KahinaWindowEvent

public KahinaWindowEvent(int type,
                         int windowID)

KahinaWindowEvent

public KahinaWindowEvent(int type,
                         int windowID,
                         String stringContent)
Method Detail

getWindowEventType

public int getWindowEventType()

getWindowID

public int getWindowID()

getStringContent

public String getStringContent()