org.refcodes.checkerboard.GridDimensionChangedEvent 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.GridDimension;
/**
* The Interface GridDimensionChangedEvent.
*
* @param the generic type
* @param the generic type
*/
public interface GridDimensionChangedEvent
, S> extends CheckerboardEvent
, GridDimension {
CheckerboardAction ACTION = CheckerboardAction.GRID_DIMENSION_CHANGED;
/**
* Gets the preceding grid dimension.
*
* @return the preceding grid dimension
*/
GridDimension getPrecedingGridDimension();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy