org.tm4j.panckoucke.notification .Notification

Description

Objects which are instances of this interface represent a Panckoucke- Notification. One may check out the NotificationType-Interface in order to see on what events Panckoucke is sending Notifications to its listeners.

Implementations of this interface

Method Summary
java.lang.Object getRelatedObject()
This method is a convience-Method to access the first of the objects, for which this notification is generated.
java.util.List getRelatedObjects()
Returns a collection of objects, for which the notification is generated.
NotificationType getType()