Groovy Documentation

simplejpa.validation
[Groovy] Class NopErrorNotification

java.lang.Object
  simplejpa.validation.ErrorNotification
      simplejpa.validation.NopErrorNotification

class NopErrorNotification
extends ErrorNotification

Constructor Summary
protected NopErrorNotification(JComponent node, ObservableMap errors, String errorPath)

 
Method Summary
void performNotification()

 
Methods inherited from class ErrorNotification
performNotification, propertyChange
 
Methods inherited from class Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NopErrorNotification

protected NopErrorNotification(JComponent node, ObservableMap errors, String errorPath)


 
Method Detail

performNotification

@Override
void performNotification()


 

Groovy Documentation