org.refcodes.checkerboard.PositionChangedEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-checkerboard Show documentation
Show all versions of refcodes-checkerboard Show documentation
Artifact for providing some easy means to visualize (state of) board
games or (state of) cellular automatons.
package org.refcodes.checkerboard;
import org.refcodes.graphical.Position;
import org.refcodes.graphical.Vector;
/**
* The Interface PositionChangedEvent.
*
* @param the generic type
*/
public interface PositionChangedEvent
> extends PlayerEvent
, Position, Vector {
PlayerAction ACTION = PlayerAction.POSITION_CHANGED;
/**
* Gets the preceding position.
*
* @return the preceding position
*/
Position getPrecedingPosition();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy