pt.despodata.java.ddata.event
Class ErrorInValidationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.despodata.java.ddata.event.ErrorInValidationEvent
All Implemented Interfaces:
java.io.Serializable

public class ErrorInValidationEvent
extends java.util.EventObject

Title:

Description:

Copyright: Copyright (c)

Company: Despodata

Version:
1.0
Author:
Luis Medalhas
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ErrorInValidationEvent(java.awt.Component _source, java.lang.String _message)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorInValidationEvent

public ErrorInValidationEvent(java.awt.Component _source,
                              java.lang.String _message)
Method Detail

getMessage

public java.lang.String getMessage()