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


Method Summary
 void onHideContextualNotifications(IHideContextualNotificationsEvent event)
           
 void onHideRulesNotificationWithLevel(IHideRulesNotificationWithLevelEvent event)
           
 void onNotificationSelected(INotificationSelectedEvent event)
           
 void onRuleResolved(IRuleResolvedEvent event)
           
 void onShowContextualNotifications(IShowContextualNotificationsEvent event)
           
 void onShowRulesNotificationWithLevel(IShowRulesNotificationWithLevelEvent event)
           
 

Method Detail

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.