Package org.glassfish.pfl.tf.timer.impl
Class TimerFactoryImpl.TracingEventHandler
- java.lang.Object
-
- org.glassfish.pfl.tf.timer.spi.NamedBase
-
- org.glassfish.pfl.tf.timer.impl.TimerFactoryImpl.TracingEventHandler
-
- All Implemented Interfaces:
Named
,TimerEventHandler
- Enclosing class:
- TimerFactoryImpl
public static class TimerFactoryImpl.TracingEventHandler extends NamedBase implements TimerEventHandler
-
-
Constructor Summary
Constructors Constructor Description TracingEventHandler(TimerFactory factory, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
notify(TimerEvent event)
-
Methods inherited from class org.glassfish.pfl.tf.timer.spi.NamedBase
equals, factory, hashCode, name, setFactory, toString
-
-
-
-
Constructor Detail
-
TracingEventHandler
public TracingEventHandler(TimerFactory factory, java.lang.String name)
-
-
Method Detail
-
notify
public void notify(TimerEvent event)
- Specified by:
notify
in interfaceTimerEventHandler
-
-