Class ProxySignedOffEvent
java.lang.Object
org.refcodes.observer.AbstractEvent<ObservableRemoteClient>
org.refcodes.observer.AbstractActionEvent<ClientAction,ObservableRemoteClient>
org.refcodes.observer.AbstractMetaDataActionEvent<ClientAction,org.refcodes.observer.EventMetaData,ObservableRemoteClient>
org.refcodes.remoting.ext.observer.AbstractRemotingEvent<ClientAction,ObservableRemoteClient>
org.refcodes.remoting.ext.observer.ProxySignedOffEvent
- All Implemented Interfaces:
org.refcodes.component.ext.observer.ComponentEvent<ClientAction,,ObservableRemoteClient> org.refcodes.component.ext.observer.ConnectionEvent<ClientAction,,ObservableRemoteClient> org.refcodes.mixin.ActionAccessor<ClientAction>,org.refcodes.mixin.MetaDataAccessor<org.refcodes.observer.EventMetaData>,org.refcodes.mixin.SourceAccessor<ObservableRemoteClient>,org.refcodes.observer.ActionEvent<ClientAction,,ObservableRemoteClient> org.refcodes.observer.Event<ObservableRemoteClient>,org.refcodes.observer.MetaDataActionEvent<ClientAction,,org.refcodes.observer.EventMetaData, ObservableRemoteClient> org.refcodes.observer.MetaDataEvent<org.refcodes.observer.EventMetaData,,ObservableRemoteClient> ClientEvent,RemotingEvent<ClientAction,,ObservableRemoteClient> org.refcodes.remoting.ProxyAccessor
The
ProxySignedOffEvent signals a signed off proxy..-
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.remoting.ProxyAccessor
org.refcodes.remoting.ProxyAccessor.ProxyBuilder<B extends org.refcodes.remoting.ProxyAccessor.ProxyBuilder<B>>, org.refcodes.remoting.ProxyAccessor.ProxyMutator, org.refcodes.remoting.ProxyAccessor.ProxyPropertyNested 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
ConstructorsConstructorDescriptionProxySignedOffEvent(Object aProxy, ObservableRemoteClient aSource) Constructs an accordingProxySignedOffEventevent. -
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
-
ProxySignedOffEvent
Constructs an accordingProxySignedOffEventevent.- Parameters:
aProxy- The proxy being signed off.aSource- The according source (origin).
-
-
Method Details
-
getProxy
public <P> P getProxy()- Specified by:
getProxyin interfaceorg.refcodes.remoting.ProxyAccessor
-