Interface PlayerAddedEvent<P extends Player<P,​S>,​S>

Type Parameters:
P - the generic type
S - the generic type
All Superinterfaces:
org.refcodes.mixin.ActionAccessor<CheckerboardAction>, CheckerboardEvent<P,​S>, org.refcodes.observer.GenericActionEvent<CheckerboardAction,​Checkerboard<P,​S>>, org.refcodes.observer.GenericEvent<Checkerboard<P,​S>>, PlayerAccessor<P>, org.refcodes.mixin.SourceAccessor<Checkerboard<P,​S>>
All Known Implementing Classes:
PlayerAddedEventImpl

public interface PlayerAddedEvent<P extends Player<P,​S>,​S>
extends CheckerboardEvent<P,​S>, PlayerAccessor<P>
The Interface PlayerAddedEvent.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor

    org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends Object,​B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,​B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends Object>

    Nested classes/interfaces inherited from interface org.refcodes.checkerboard.PlayerAccessor

    PlayerAccessor.PlayerBuilder<P extends Player<P,​?>,​B extends PlayerAccessor.PlayerBuilder<P,​B>>, PlayerAccessor.PlayerMutator<P extends Player<P,​?>>, PlayerAccessor.PlayerProperty<P extends Player<P,​?>>

    Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

    org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
  • Field Summary

    Fields
    Modifier and Type Field Description
    static CheckerboardAction ACTION  
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.ActionAccessor

    getAction

    Methods inherited from interface org.refcodes.checkerboard.PlayerAccessor

    getPlayer

    Methods inherited from interface org.refcodes.mixin.SourceAccessor

    getSource