Uses of Interface
org.duracloud.sync.endpoint.EndPointListener
-
Packages that use EndPointListener Package Description org.duracloud.sync.endpoint -
-
Uses of EndPointListener in org.duracloud.sync.endpoint
Classes in org.duracloud.sync.endpoint that implement EndPointListener Modifier and Type Class Description classEndPointLoggerThis class monitors and logs evnet point events.Methods in org.duracloud.sync.endpoint with parameters of type EndPointListener Modifier and Type Method Description voidDuraStoreSyncEndpoint. addEndPointListener(EndPointListener listener)voidFileSystemSyncEndpoint. addEndPointListener(EndPointListener listener)voidSyncEndpoint. addEndPointListener(EndPointListener listener)Registers a listenervoidDuraStoreSyncEndpoint. removeEndPointListener(EndPointListener listener)voidFileSystemSyncEndpoint. removeEndPointListener(EndPointListener listener)voidSyncEndpoint. removeEndPointListener(EndPointListener listener)Unregisters a listener
-