org.freecompany.util.multicaster
Class NotificationAdapter

java.lang.Object
  extended by org.freecompany.util.multicaster.NotificationAdapter
All Implemented Interfaces:
Notification

public class NotificationAdapter
extends java.lang.Object
implements Notification

Empty implementation of the notification adapter. This class is intended to be used as a base class for implementations that only need to handle a subset of the notification calls.


Constructor Summary
NotificationAdapter()
           
 
Method Summary
 void debug(java.lang.String message, java.lang.Object... arguments)
           
 void debug(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
           
 void debug(java.lang.Throwable t, java.lang.Object... arguments)
           
 void fatal(java.lang.String message, java.lang.Object... arguments)
           
 void fatal(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
           
 void fatal(java.lang.Throwable t, java.lang.Object... arguments)
           
 void info(java.lang.String message, java.lang.Object... arguments)
           
 void info(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
           
 void info(java.lang.Throwable t, java.lang.Object... arguments)
           
 void severe(java.lang.String message, java.lang.Object... arguments)
           
 void severe(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
           
 void severe(java.lang.Throwable t, java.lang.Object... arguments)
           
 void warning(java.lang.String message, java.lang.Object... arguments)
           
 void warning(java.lang.String message, java.lang.Throwable t, java.lang.Object... arguments)
           
 void warning(java.lang.Throwable t, java.lang.Object... arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationAdapter

public NotificationAdapter()
Method Detail

debug

public void debug(java.lang.Throwable t,
                  java.lang.Object... arguments)
Specified by:
debug in interface Notification

debug

public void debug(java.lang.String message,
                  java.lang.Object... arguments)
Specified by:
debug in interface Notification

debug

public void debug(java.lang.String message,
                  java.lang.Throwable t,
                  java.lang.Object... arguments)
Specified by:
debug in interface Notification

info

public void info(java.lang.Throwable t,
                 java.lang.Object... arguments)
Specified by:
info in interface Notification

info

public void info(java.lang.String message,
                 java.lang.Object... arguments)
Specified by:
info in interface Notification

info

public void info(java.lang.String message,
                 java.lang.Throwable t,
                 java.lang.Object... arguments)
Specified by:
info in interface Notification

warning

public void warning(java.lang.Throwable t,
                    java.lang.Object... arguments)
Specified by:
warning in interface Notification

warning

public void warning(java.lang.String message,
                    java.lang.Object... arguments)
Specified by:
warning in interface Notification

warning

public void warning(java.lang.String message,
                    java.lang.Throwable t,
                    java.lang.Object... arguments)
Specified by:
warning in interface Notification

severe

public void severe(java.lang.Throwable t,
                   java.lang.Object... arguments)
Specified by:
severe in interface Notification

severe

public void severe(java.lang.String message,
                   java.lang.Object... arguments)
Specified by:
severe in interface Notification

severe

public void severe(java.lang.String message,
                   java.lang.Throwable t,
                   java.lang.Object... arguments)
Specified by:
severe in interface Notification

fatal

public void fatal(java.lang.Throwable t,
                  java.lang.Object... arguments)
Specified by:
fatal in interface Notification

fatal

public void fatal(java.lang.String message,
                  java.lang.Object... arguments)
Specified by:
fatal in interface Notification

fatal

public void fatal(java.lang.String message,
                  java.lang.Throwable t,
                  java.lang.Object... arguments)
Specified by:
fatal in interface Notification