cvm.ncb.handlers.event
Class ControlSchemaNotSentException_Event

java.lang.Object
  extended by java.util.EventObject
      extended by cvm.model.Handles_Event
          extended by cvm.ncb.handlers.event.ControlSchemaNotSentException_Event
All Implemented Interfaces:
java.io.Serializable

public class ControlSchemaNotSentException_Event
extends Handles_Event

Event used to notify the occurance of a ControlSchemaNotSentException

Author:
Frank Hernandez
See Also:
Serialized Form

Constructor Summary
ControlSchemaNotSentException_Event(java.lang.Object eventSource)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlSchemaNotSentException_Event

public ControlSchemaNotSentException_Event(java.lang.Object eventSource)