public interface NoticeListener
Modifier and Type | Method and Description |
---|---|
void |
commit()
Commits the pending notices.
|
void |
notify(PointValue pointValue)
Notifies of a new Point value.
|
void commit() throws InterruptedException
InterruptedException
- When the Service is stopped.void notify(@Nonnull PointValue pointValue) throws InterruptedException
pointValue
- The Point value.InterruptedException
- When the Service is stopped.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.