All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.refcodes.checkerboard.PlayerRemovedEvent Maven / Gradle / Ivy

Go to download

Artifact for providing some easy means to visualize (state of) board games or (state of) cellular automatons.

There is a newer version: 3.3.8
Show newest version
package org.refcodes.checkerboard;

import org.refcodes.checkerboard.AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent;

/**
 * The Class PlayerRemovedEvent.
 *
 * @param 

the generic type * @param the generic type */ public class PlayerRemovedEvent

, S> extends AbstractPlayerCheckerboardEvent implements CheckerboardEvent, PlayerAccessor

{ // ///////////////////////////////////////////////////////////////////////// // STATICS: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // CONSTANTS: // ///////////////////////////////////////////////////////////////////////// public static final CheckerboardAction ACTION = CheckerboardAction.PLAYER_REMOVED; // ///////////////////////////////////////////////////////////////////////// // VARIABLES: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // CONSTRUCTORS: // ///////////////////////////////////////////////////////////////////////// /** * Instantiates a new player removed event. * * @param aPlayer the player * @param aSource The according source (origin). */ public PlayerRemovedEvent( P aPlayer, Checkerboard aSource ) { super( ACTION, aPlayer, aSource ); } // ///////////////////////////////////////////////////////////////////////// // INJECTION: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // METHODS: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // HOOKS: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // HELPER: // ///////////////////////////////////////////////////////////////////////// // ///////////////////////////////////////////////////////////////////////// // INNER CLASSES: // ///////////////////////////////////////////////////////////////////////// }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy