Class Event
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.event.Event
-
- Direct Known Subclasses:
AudioEvent,CurrentObjectiveEvent,EntityDetailsEvent,FileSelectionEvent,GameSessionUpdatedEvent,ModSelectionEvent,SelectEntityEvent,ShipClassSelectionEvent,ShipEditorControlEvent,ShipSelectionEvent,SystemMessageEvent,TakeScreenshotEvent,UiControlEvent,ViewPortEntityStatusIconEvent,ViewPortEvent
public abstract class Event extends Object
This is the base class of all events. See also EventManager to learn more about events.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFrameCur()intgetFrameTTL()booleanisExlusive()booleanisInGroup(Event other)booleanisPriority()voidsetFrameCur(int frameCur)
-
-
-
Method Detail
-
isInGroup
public boolean isInGroup(Event other)
-
getFrameTTL
public int getFrameTTL()
-
getFrameCur
public int getFrameCur()
-
setFrameCur
public void setFrameCur(int frameCur)
-
isExlusive
public boolean isExlusive()
-
isPriority
public boolean isPriority()
-
-