Module MaterialFX
Package io.github.palexdev.materialfx.notifications
package io.github.palexdev.materialfx.notifications
-
ClassesClassDescriptionImplementation of an
AbstractMFXNotificationSystemwhich makes use of aMFXNotificationCenterto show the notifications.Simple implementation of anAbstractMFXNotificationSystemwhich makes use of aCircularQueueto 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 ofMFXNotificationSystem.publish(INotification)and that will be sent toMFXNotificationSystem.scheduleReopen(INotification)instead.