Package examples.variables.nhpp
Class TestNHPPPWConstantNonRepeat.EventListener
- java.lang.Object
-
- examples.variables.nhpp.TestNHPPPWConstantNonRepeat.EventListener
-
- All Implemented Interfaces:
EventGeneratorActionIfc
- Enclosing class:
- TestNHPPPWConstantNonRepeat
protected class TestNHPPPWConstantNonRepeat.EventListener extends java.lang.Object implements EventGeneratorActionIfc
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(EventGenerator generator, JSLEvent event)
The reference to the generator is available to permit control over the EventGenerator within the defining code.
-
-
-
Method Detail
-
generate
public void generate(EventGenerator generator, JSLEvent event)
Description copied from interface:EventGeneratorActionIfc
The reference to the generator is available to permit control over the EventGenerator within the defining code. The event is also available.- Specified by:
generate
in interfaceEventGeneratorActionIfc
- Parameters:
generator
- the generatorevent
- the event
-
-