com.guiseframework.event
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
notified
void notified(NotificationEvent notificationEvent)
- Called when a notification event occurs.
- Parameters:
notificationEvent - The event containing notification information.
Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.