Class AbstractCheckerboardEvent<P extends Player<P,S>,S>

    • Constructor Detail

      • AbstractCheckerboardEvent

        public AbstractCheckerboardEvent​(CheckerboardAction aAction,
                                         Checkerboard<P,S> aSource)
        Instantiates a new abstract checkerboard event.
        Parameters:
        aAction - the action
        aSource - The according source (origin).
    • Method Detail

      • getAction

        public CheckerboardAction getAction​()
        Specified by:
        getAction in interface org.refcodes.mixin.ActionAccessor<P extends Player<P,S>>
      • getSource

        public Checkerboard<P,S> getSource​()
        Specified by:
        getSource in interface org.refcodes.mixin.SourceAccessor<P extends Player<P,S>>