com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
Class DefaultValidationNotificationHandler
java.lang.Object
com.ebmwebsourcing.geasytools.diagrameditor.impl.validation.DefaultValidationNotificationHandler
- All Implemented Interfaces:
- IRuleNotificationHandler, IValidationHandler, com.google.gwt.event.shared.EventHandler
public class DefaultValidationNotificationHandler
- extends java.lang.Object
- implements IValidationHandler, IRuleNotificationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultValidationNotificationHandler
public DefaultValidationNotificationHandler()
onValidationFailure
public void onValidationFailure(IValidationFailureEvent event)
- Specified by:
onValidationFailure in interface IValidationHandler
hideAllNotifications
public void hideAllNotifications()
showAllNotifications
public void showAllNotifications()
onValidationSuccess
public void onValidationSuccess(IValidationSuccessEvent event)
- Specified by:
onValidationSuccess in interface IValidationHandler
onValidationWarning
public void onValidationWarning(IValidationWarningEvent event)
- Specified by:
onValidationWarning in interface IValidationHandler
onHideRulesNotificationWithLevel
public void onHideRulesNotificationWithLevel(IHideRulesNotificationWithLevelEvent event)
- Specified by:
onHideRulesNotificationWithLevel in interface IRuleNotificationHandler
onNotificationSelected
public void onNotificationSelected(INotificationSelectedEvent event)
- Specified by:
onNotificationSelected in interface IRuleNotificationHandler
onRuleResolved
public void onRuleResolved(IRuleResolvedEvent event)
- Specified by:
onRuleResolved in interface IRuleNotificationHandler
onShowRulesNotificationWithLevel
public void onShowRulesNotificationWithLevel(IShowRulesNotificationWithLevelEvent event)
- Specified by:
onShowRulesNotificationWithLevel in interface IRuleNotificationHandler
onValidationStart
public void onValidationStart(IValidationStartEvent event)
- Specified by:
onValidationStart in interface IValidationHandler
onHideContextualNotifications
public void onHideContextualNotifications(IHideContextualNotificationsEvent event)
- Specified by:
onHideContextualNotifications in interface IRuleNotificationHandler
onShowContextualNotifications
public void onShowContextualNotifications(IShowContextualNotificationsEvent event)
- Specified by:
onShowContextualNotifications in interface IRuleNotificationHandler
Copyright © 2010-2011 Petals Link. All Rights Reserved.