com.ebmwebsourcing.geasytools.diagrameditor.impl.validation
Class DefaultValidationNotificationHandler

java.lang.Object
  extended by 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


Constructor Summary
DefaultValidationNotificationHandler()
           
 
Method Summary
 void hideAllNotifications()
           
 void onHideContextualNotifications(IHideContextualNotificationsEvent event)
           
 void onHideRulesNotificationWithLevel(IHideRulesNotificationWithLevelEvent event)
           
 void onNotificationSelected(INotificationSelectedEvent event)
           
 void onRuleResolved(IRuleResolvedEvent event)
           
 void onShowContextualNotifications(IShowContextualNotificationsEvent event)
           
 void onShowRulesNotificationWithLevel(IShowRulesNotificationWithLevelEvent event)
           
 void onValidationFailure(IValidationFailureEvent event)
           
 void onValidationStart(IValidationStartEvent event)
           
 void onValidationSuccess(IValidationSuccessEvent event)
           
 void onValidationWarning(IValidationWarningEvent event)
           
 void showAllNotifications()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValidationNotificationHandler

public DefaultValidationNotificationHandler()
Method Detail

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.