com.ebmwebsourcing.geasytools.diagrameditor.api.events.validation
Interface IRuleNotificationHandler
- All Superinterfaces:
- com.google.gwt.event.shared.EventHandler
- All Known Implementing Classes:
- DefaultValidationNotificationHandler
public interface IRuleNotificationHandler
- extends com.google.gwt.event.shared.EventHandler
onNotificationSelected
void onNotificationSelected(INotificationSelectedEvent event)
onShowRulesNotificationWithLevel
void onShowRulesNotificationWithLevel(IShowRulesNotificationWithLevelEvent event)
onHideRulesNotificationWithLevel
void onHideRulesNotificationWithLevel(IHideRulesNotificationWithLevelEvent event)
onRuleResolved
void onRuleResolved(IRuleResolvedEvent event)
onShowContextualNotifications
void onShowContextualNotifications(IShowContextualNotificationsEvent event)
onHideContextualNotifications
void onHideContextualNotifications(IHideContextualNotificationsEvent event)
Copyright © 2010-2011 Petals Link. All Rights Reserved.