com.newisys.ova
Interface OVAEngineCallback


public interface OVAEngineCallback

Class providing basic callback functionality for an OVAEngine.


Method Summary
 void run(OVAEngineEventType eventType, com.newisys.verilog.VerilogTime simTime)
          Contains the callback handler code.
 

Method Detail

run

void run(OVAEngineEventType eventType,
         com.newisys.verilog.VerilogTime simTime)
Contains the callback handler code. This callback is registered via OVAEngine.addListener(OVAEngineEventType, OVAEngineCallback) and will be called whenever events of the specified OVAEngineEventType occur. This handler may be registered with more than one OVAEngineEventType, in which case it will be called when each type of event occurs.

Parameters:
eventType - the event type that occurred
simTime - the time at which the event occurred