Modifier and Type | Method and Description |
---|---|
static <T extends EventArgs> |
EventHelper.invoke(java.util.List<EventHandler<T>> delegates,
java.lang.Object sender,
T event)
Helper used for invoking event on list of delegates
|
Modifier and Type | Method and Description |
---|---|
void |
IDisposalNotification.addAfterDisposeEventHandler(EventHandler<VoidArgs> event)
Called after dispose is completed
|
void |
IDisposalNotification.removeAfterDisposeEventHandler(EventHandler<VoidArgs> event)
Remove event handler
|
Modifier and Type | Method and Description |
---|---|
void |
IConnectableChanges.addConnectionStatusChanged(EventHandler<VoidArgs> handler) |
void |
RemoteChangesClientBase.addConnectionStatusChanged(EventHandler<VoidArgs> handler) |
void |
IConnectableChanges.removeConnectionStatusChanges(EventHandler<VoidArgs> handler) |
void |
RemoteChangesClientBase.removeConnectionStatusChanges(EventHandler<VoidArgs> handler) |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs>> |
ReplicationInformerBase.failoverStatusChanged |
Modifier and Type | Method and Description |
---|---|
void |
ReplicationInformerBase.addFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
void |
IReplicationInformerBase.addFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
void |
ServerClient.addFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
void |
ReplicationInformerBase.removeFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
void |
IReplicationInformerBase.removeFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
void |
ServerClient.removeFailoverStatusChanged(EventHandler<ReplicationInformer.FailoverStatusChangedEventArgs> event) |
Modifier and Type | Method and Description |
---|---|
void |
HttpJsonRequestFactory.addConfigureRequestEventHandler(EventHandler<WebRequestEventArgs> event) |
void |
HttpJsonRequestFactory.addLogRequestEventHandler(EventHandler<RequestResultArgs> event) |
void |
HttpJsonRequestFactory.removeConfigureRequestEventHandler(EventHandler<WebRequestEventArgs> event) |
void |
HttpJsonRequestFactory.removeLogRequestEventHandler(EventHandler<RequestResultArgs> event) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentStore.addAfterDisposeEventHandler(EventHandler<VoidArgs> event)
Called after dispose is completed
|
void |
DocumentStore.removeAfterDisposeEventHandler(EventHandler<VoidArgs> event)
Remove event handler
|
Copyright © 2014. All Rights Reserved.