org.refcodes.checkerboard.GridModeChangedEvent 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.GridMode;
import org.refcodes.graphical.GridModeAccessor;
/**
* The Interface GridModeChangedEvent.
*
* @param the generic type
* @param the generic type
*/
public interface GridModeChangedEvent
, S> extends CheckerboardEvent
, GridModeAccessor {
CheckerboardAction ACTION = CheckerboardAction.GRID_MODE_CHANGED;
/**
* Gets the preceding grid mode.
*
* @return the preceding grid mode
*/
GridMode getPrecedingGridMode();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy