org.drools.guvnor.client.widgets.wizards.assets.decisiontable.events
Class ConditionsDefinedEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ConditionsDefinedEvent.Handler>
org.drools.guvnor.client.widgets.wizards.assets.decisiontable.events.ConditionsDefinedEvent
public class ConditionsDefinedEvent
- extends com.google.gwt.event.shared.GwtEvent<ConditionsDefinedEvent.Handler>
An event representing whether Conditions are correctly defined
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ConditionsDefinedEvent.Handler> TYPE
ConditionsDefinedEvent
public ConditionsDefinedEvent(boolean areConditionsDefined)
getAreConditionsDefined
public boolean getAreConditionsDefined()
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ConditionsDefinedEvent.Handler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ConditionsDefinedEvent.Handler>
dispatch
protected void dispatch(ConditionsDefinedEvent.Handler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<ConditionsDefinedEvent.Handler>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.