Class GameBoardTilePressedEvent
- java.lang.Object
-
- java.util.EventObject
-
- javafx.event.Event
-
- com.thowv.javafxgridgameboard.events.GameBoardTilePressedEvent
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GameBoardTilePressedEvent extends javafx.event.Event- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static javafx.event.EventType<GameBoardTilePressedEvent>TILE_PRESSED_EVENT_EVENT_TYPE-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description GameBoardTilePressedEvent(Object source, javafx.event.EventTarget target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetXCord()intgetYCord()-
Methods inherited from class javafx.event.Event
clone, consume, copyFor, fireEvent, getEventType, getTarget, isConsumed
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
TILE_PRESSED_EVENT_EVENT_TYPE
public static final javafx.event.EventType<GameBoardTilePressedEvent> TILE_PRESSED_EVENT_EVENT_TYPE
-
-
Constructor Detail
-
GameBoardTilePressedEvent
public GameBoardTilePressedEvent(Object source, javafx.event.EventTarget target)
-
-