Interface NotificationListener

All Superinterfaces:
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 Summary

    Modifier and Type
    Method
    Description
    void
    notified(NotificationEvent notificationEvent)
    Called when a notification event occurs.
  • Method Details

    • notified

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