GeneratorActionIfc

fun interface GeneratorActionIfc

This interface defines the action to occur for an EventGenerator. Implementors place code in the method generate() in order to provide actions that can occur when the event that was generated is executed.

Author

rossetti

Functions

Link copied to clipboard
abstract fun generate(generator: EventGenerator)

The reference to the generator is available to permit control over the EventGenerator within the defining code.