public interface UpdatesListener
Modifier and Type | Interface and Description |
---|---|
static class |
UpdatesListener.Abstract
Abstract updates listener.
|
Modifier and Type | Method and Description |
---|---|
void |
onMetadataRefreshed(Metadata metadata)
Called when the metadata has been refreshed.
|
void |
setServer(StoreServer server)
Sets the store server.
|
boolean |
setUp(StoreServiceAppImpl storeAppImpl,
KeyedGroups listenerProperties)
Sets up for processing.
|
void |
start()
Starts this.
|
void |
stop()
Stops this.
|
void |
tearDown()
Tears down what has been set up.
|
void onMetadataRefreshed(@Nonnull Metadata metadata) throws ServiceNotAvailableException
metadata
- The new metadata.ServiceNotAvailableException
- When the service is not available.void setServer(@Nonnull StoreServer server)
server
- The store server.@CheckReturnValue boolean setUp(@Nonnull StoreServiceAppImpl storeAppImpl, @Nonnull KeyedGroups listenerProperties)
storeAppImpl
- The store application implementation.listenerProperties
- The listener properties.void start()
void stop()
void tearDown()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.