Package se.datadosen.jalbum
Class NotificationManager
java.lang.Object
se.datadosen.jalbum.NotificationManager
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addPropertyChangeListener
(String name, PropertyChangeListener listener) int
void
Called when a propertya is aborted by the uservoid
removeOldNotification
(JNotification removeNotification) void
void
removePropertyChangeListener
(String name, PropertyChangeListener listener) void
-
Field Details
-
OLD_NOTIFICATIONS_SIZE
- See Also:
-
OLD_NOTIFICATIONS_LIST
- See Also:
-
NEW_ACTIVE_NOTIFICATION
- See Also:
-
PAINTED_OLD_NOTIFICATION
- See Also:
-
-
Constructor Details
-
NotificationManager
public NotificationManager()
-
-
Method Details
-
addPropertyChangeListener
-
addPropertyChangeListener
-
removePropertyChangeListener
-
removePropertyChangeListener
-
showNotification
-
getShowCount
public int getShowCount() -
getActiveNotification
-
getOldNotifications
-
removeOldNotification
-
propertyChange
Called when a propertya is aborted by the user- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
evt
-
-
addOldNotification
-