com.codemesh.terp.util
Class NotificationTracker.Impl
java.lang.Object
com.codemesh.terp.util.NotificationTracker.Impl
- All Implemented Interfaces:
- NotificationTracker
- Enclosing interface:
- NotificationTracker
public static class NotificationTracker.Impl
- extends java.lang.Object
- implements NotificationTracker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationTracker.Impl
public NotificationTracker.Impl()
addNotification
public void addNotification(Notification n)
- Specified by:
addNotification in interface NotificationTracker
addNotification
public void addNotification(java.lang.String message)
- Specified by:
addNotification in interface NotificationTracker
addNotification
public void addNotification(java.lang.String category,
java.lang.String message)
- Specified by:
addNotification in interface NotificationTracker
addNotification
public void addNotification(java.util.logging.Level level,
java.lang.String category,
java.lang.String message,
java.lang.String... args)
- Specified by:
addNotification in interface NotificationTracker
addNotification
public void addNotification(java.util.logging.Level level,
java.lang.Object object,
java.lang.String category,
java.lang.String message,
java.lang.String... args)
- Specified by:
addNotification in interface NotificationTracker
getNotifications
public java.util.List<Notification> getNotifications(java.util.logging.Level... levels)
- Specified by:
getNotifications in interface NotificationTracker
getNotifications
public java.util.List<Notification> getNotifications(java.lang.Object object)
- Specified by:
getNotifications in interface NotificationTracker
clear
public void clear()
- Specified by:
clear in interface NotificationTracker
Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.