Class VisibilityChangedEvent<P extends Player<P,?>>

java.lang.Object
org.refcodes.checkerboard.AbstractPlayerEvent<P>
org.refcodes.checkerboard.VisibilityChangedEvent<P>
Type Parameters:
P - the generic type
All Implemented Interfaces:
PlayerEvent<P>, org.refcodes.mixin.ActionAccessor<PlayerAction>, org.refcodes.mixin.SourceAccessor<P>, org.refcodes.observer.GenericActionEvent<PlayerAction,P>, org.refcodes.observer.GenericEvent<P>

public class VisibilityChangedEvent<P extends Player<P,?>> extends AbstractPlayerEvent<P> implements PlayerEvent<P>
The Class VisibilityChangedEvent.
  • 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.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 final PlayerAction
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new visibility changed event.
  • Method Summary

    Modifier and Type
    Method
    Description

    Methods inherited from class org.refcodes.checkerboard.AbstractPlayerEvent

    getAction, getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.refcodes.mixin.ActionAccessor

    getAction

    Methods inherited from interface org.refcodes.mixin.SourceAccessor

    getSource
  • Field Details

  • Constructor Details

    • VisibilityChangedEvent

      public VisibilityChangedEvent(P aSource)
      Instantiates a new visibility changed event.
      Parameters:
      aSource - The according source (origin).
  • Method Details