- java.lang.Object
-
- com.pi4j.event.ComplexListener
-
- All Implemented Interfaces:
InitializedListener
,Listener
,ShutdownListener
public class ComplexListener extends Object implements ShutdownListener, InitializedListener
-
-
Constructor Summary
Constructors Constructor Description ComplexListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onInitialized(InitializedEvent event)
void
onShutdown(ShutdownEvent event)
-
-
-
Method Detail
-
onInitialized
public void onInitialized(InitializedEvent event)
- Specified by:
onInitialized
in interfaceInitializedListener
-
onShutdown
public void onShutdown(ShutdownEvent event)
- Specified by:
onShutdown
in interfaceShutdownListener
-
-