com.newisys.ova
Class OVAAssertEvent

java.lang.Object
  extended by com.newisys.eventsim.Event
      extended by com.newisys.eventsim.PulseEvent
          extended by com.newisys.ova.OVAEvent<OVAAssertEventType>
              extended by com.newisys.ova.OVAAssertEvent

public final class OVAAssertEvent
extends OVAEvent<OVAAssertEventType>

An OVAEvent representing events that occur for OVAAssert objects.

This class is not yet supported


Constructor Summary
OVAAssertEvent(OVAAssertEventType eventType)
          Sole constructor.
 
Method Summary
 
Methods inherited from class com.newisys.ova.OVAEvent
getNextEvent
 
Methods inherited from class com.newisys.eventsim.PulseEvent
hasOccurred
 
Methods inherited from class com.newisys.eventsim.Event
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OVAAssertEvent

public OVAAssertEvent(OVAAssertEventType eventType)
Sole constructor.

Parameters:
eventType - the type of event to be represented by this OVAAssertEvent