Interface NotificationListener

  • All Superinterfaces:
    java.util.EventListener, GuiseEventListener

    public interface NotificationListener
    extends GuiseEventListener
    An object that listens for notification events. The notification system is used to pass messages that should be reported.
    Author:
    Garret Wilson
    • Method Detail

      • notified

        void notified​(NotificationEvent notificationEvent)
        Called when a notification event occurs.
        Parameters:
        notificationEvent - The event containing notification information.