public interface Notifier extends NoticeListener
Modifier and Type | Interface and Description |
---|---|
static class |
Notifier.Abstract
Abstract notifier.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this notifier.
|
boolean |
join()
Joins whatever thread set up by this notifier.
|
void |
setFilter(Optional<Collection<Point>> noticesFilter)
Sets the filter.
|
boolean |
setUp(StoreServiceAppImpl storeAppImpl)
Sets up for processing.
|
void |
start()
Starts this.
|
void |
tearDown()
Tears down what has been set up.
|
commit, notify
void close()
boolean join()
void setFilter(@Nonnull Optional<Collection<Point>> noticesFilter)
noticesFilter
- A Collection of points for which to generate
notices.@CheckReturnValue boolean setUp(@Nonnull StoreServiceAppImpl storeAppImpl)
storeAppImpl
- The store application implementation.void start()
void tearDown()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.