org.jplot2d.notice
Interface Notifier
-
- All Known Implementing Classes:
- AbstractNotifier, DefaultNotifier, DialogNotifier, LoggingNotifier
public interface NotifierThis interface receive notices during command execution and process all notices at once.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidnotify(Notice notice)Adds a notice to this notifier.voidprocessNotices(NoticeType type)Process all notices.voidreset()Discard all exist notices
-
-
-
Method Detail
-
notify
void notify(Notice notice)
Adds a notice to this notifier. This method can be called multiple times.- Parameters:
notice- a notice to be added.
-
reset
void reset()
Discard all exist notices
-
processNotices
void processNotices(NoticeType type)
Process all notices. All notices in the queue are treated as the given notice type.
-
-
DMelt 3.0 © DataMelt by jWork.ORG