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

  • Type Parameters:
    P - the generic type
    All Implemented Interfaces:
    ClickedEvent<P>, 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 ClickedEventImpl<P extends Player<P,?>>
    extends AbstractPlayerEvent<P>
    implements ClickedEvent<P>
    The Class ChangePositionEventImpl.
    • Nested Class Summary

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

        org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends java.lang.Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends java.lang.Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

        org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends java.lang.Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      ClickedEventImpl​(P aSource)
      Instantiates a new clicked event.
    • Method Summary

      • Methods inherited from interface org.refcodes.mixin.ActionAccessor

        getAction
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.refcodes.mixin.SourceAccessor

        getSource
    • Constructor Detail

      • ClickedEventImpl

        public ClickedEventImpl​(P aSource)
        Instantiates a new clicked event.
        Parameters:
        aSource - The according source (origin).