org.kahina.core.event
Class KahinaPerspectiveEvent

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

public class KahinaPerspectiveEvent
extends KahinaEvent


Field Summary
static int LOAD_DEFAULT_PERSPECTIVE
           
static int LOAD_PERSPECTIVE
           
static int LOAD_RECENT_PERSPECTIVE
           
static int SAVE_PERSPECTIVE
           
 
Constructor Summary
KahinaPerspectiveEvent(int perspectiveEventType, File file)
           
KahinaPerspectiveEvent(int perspectiveEventType, int id)
           
 
Method Summary
 File getFile()
           
 int getID()
           
 int getPerspectiveEventType()
           
 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
 

Field Detail

SAVE_PERSPECTIVE

public static final int SAVE_PERSPECTIVE
See Also:
Constant Field Values

LOAD_PERSPECTIVE

public static final int LOAD_PERSPECTIVE
See Also:
Constant Field Values

LOAD_RECENT_PERSPECTIVE

public static final int LOAD_RECENT_PERSPECTIVE
See Also:
Constant Field Values

LOAD_DEFAULT_PERSPECTIVE

public static final int LOAD_DEFAULT_PERSPECTIVE
See Also:
Constant Field Values
Constructor Detail

KahinaPerspectiveEvent

public KahinaPerspectiveEvent(int perspectiveEventType,
                              int id)

KahinaPerspectiveEvent

public KahinaPerspectiveEvent(int perspectiveEventType,
                              File file)
Method Detail

getID

public int getID()

getFile

public File getFile()

getPerspectiveEventType

public int getPerspectiveEventType()

toString

public String toString()
Overrides:
toString in class KahinaEvent