org.kahina.core.event
Class KahinaPerspectiveEvent
java.lang.Object
org.kahina.core.event.KahinaEvent
org.kahina.core.event.KahinaPerspectiveEvent
public class KahinaPerspectiveEvent
- extends KahinaEvent
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
KahinaPerspectiveEvent
public KahinaPerspectiveEvent(int perspectiveEventType,
int id)
KahinaPerspectiveEvent
public KahinaPerspectiveEvent(int perspectiveEventType,
File file)
getID
public int getID()
getFile
public File getFile()
getPerspectiveEventType
public int getPerspectiveEventType()
toString
public String toString()
- Overrides:
toString in class KahinaEvent