Class AbstractRemotingEvent<A extends Enum<?>,SRC>
java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.AbstractActionEvent<A,SRC>
org.refcodes.observer.AbstractMetaDataActionEvent<A,org.refcodes.observer.EventMetaData,SRC>
org.refcodes.remoting.ext.observer.AbstractRemotingEvent<A,SRC>
- Type Parameters:
A- The type of the action stored in the event.SRC- The type of the source in question.
- All Implemented Interfaces:
org.refcodes.component.ext.observer.ComponentEvent<A,,SRC> org.refcodes.component.ext.observer.ConnectionEvent<A,,SRC> org.refcodes.mixin.ActionAccessor<A>,org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>,org.refcodes.mixin.SourceAccessor<SRC>,org.refcodes.observer.ActionEvent<A,,SRC> org.refcodes.observer.Event<SRC>,org.refcodes.observer.MetaDataActionEvent<A,,org.refcodes.observer.EventMetaData, SRC> org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,,SRC> RemotingEvent<A,SRC>
- Direct Known Subclasses:
ProxyPublishedEvent,ProxySignedOffEvent,PublishProxyEvent,SignOffProxyEvent,SubjectPublishedEvent,SubjectSignedOffEvent
public abstract class AbstractRemotingEvent<A extends Enum<?>,SRC>
extends org.refcodes.observer.AbstractMetaDataActionEvent<A,org.refcodes.observer.EventMetaData,SRC>
implements RemotingEvent<A,SRC>
The
AbstractRemotingEvent is the base implementation of the
RemotingEvent interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.refcodes.mixin.ActionAccessor
org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A, B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A>, org.refcodes.mixin.ActionAccessor.ActionProperty<A> Nested classes/interfaces inherited from interface org.refcodes.mixin.MetaDataAccessor
org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD,B extends org.refcodes.mixin.MetaDataAccessor.MetaDataBuilder<MD, B>>, org.refcodes.mixin.MetaDataAccessor.MetaDataMutator<MD>, org.refcodes.mixin.MetaDataAccessor.MetaDataProperty<MD> Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor
org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC,B extends org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC, B>>, org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC> -
Field Summary
Fields inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
_eventMetaDataFields inherited from class org.refcodes.observer.AbstractActionEvent
_action -
Constructor Summary
ConstructorsConstructorDescriptionAbstractRemotingEvent(A aAction, org.refcodes.observer.EventMetaData aEventMetaData, SRC aSource) AbstractRemotingEvent(A aAction, SRC aSource) -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractMetaDataActionEvent
getMetaData, toStringMethods inherited from class org.refcodes.observer.AbstractActionEvent
getActionMethods inherited from class org.refcodes.observer.AbstractEvent
getSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.refcodes.mixin.ActionAccessor
getActionMethods inherited from interface org.refcodes.mixin.MetaDataAccessor
getMetaDataMethods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
AbstractRemotingEvent
-
AbstractRemotingEvent
-