- All Implemented Interfaces:
org.refcodes.mixin.ActionAccessor<Enum<?>>
,org.refcodes.mixin.SourceAccessor<Object>
,ActionEvent
,Event
,GenericActionEvent<Enum<?>,
,Object> GenericEvent<Object>
Basic implementation of the
Event
interface.-
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> -
Field Summary
Fields inherited from class org.refcodes.observer.AbstractActionEvent
_action
-
Constructor Summary
ConstructorDescriptionActionEventImpl
(Enum<?> aAction, Object aSource) Constructs an event with the given source. -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractActionEvent
getAction
Methods inherited from class org.refcodes.observer.AbstractEvent
getSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.refcodes.mixin.ActionAccessor
getAction
Methods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
ActionEventImpl
Constructs an event with the given source.- Parameters:
aAction
- The action which theGenericActionEvent
represents.aSource
- The source from which this event originated.
-