Module MaterialFX

Class MFXNotificationSystem

java.lang.Object
io.github.palexdev.materialfx.notifications.base.AbstractMFXNotificationSystem
io.github.palexdev.materialfx.notifications.MFXNotificationSystem
All Implemented Interfaces:
INotificationSystem

public class MFXNotificationSystem extends AbstractMFXNotificationSystem
Simple implementation of an AbstractMFXNotificationSystem which makes use of a CircularQueue to keep a history of the shown notifications (by default max size is 100), and a list to keep a reference to queued notifications that can't be shown at the moment of publish(INotification) and that will be sent to scheduleReopen(INotification) instead.