Module MaterialFX

Class MFXSimpleNotification

java.lang.Object
io.github.palexdev.materialfx.controls.MFXSimpleNotification
All Implemented Interfaces:
INotification

public class MFXSimpleNotification extends Object implements INotification
Simple implementation of INotification.

By default the INotification.getTimeToStringConverter() function is set to use StringUtils.timeToHumanReadable(long). By default the INotification.setOnUpdateElapsed(BiConsumer) function is set to do nothing.

Offers a Builder to build a notification with fluent design.