Package oms3.util
Class Listeners.Logging
- java.lang.Object
-
- oms3.util.Listeners.Logging
-
- All Implemented Interfaces:
EventListener,Notification.Listener
- Enclosing class:
- Listeners
public static class Listeners.Logging extends Object implements Notification.Listener
Simple Logging listener.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotice(Notification.Type T, EventObject E)Called when an event happens.
-
-
-
Method Detail
-
notice
public void notice(Notification.Type T, EventObject E)
Description copied from interface:Notification.ListenerCalled when an event happens.- Specified by:
noticein interfaceNotification.Listener- Parameters:
T- event typeE- the event
-
-