Package org.drools.guvnor.client.widgets.wizards

Examples of org.drools.guvnor.client.widgets.wizards.WizardPageStatusChangeEvent


    /**
     * Broadcast a change in state on a page
     */
    public void stateChanged() {
        WizardPageStatusChangeEvent event = new WizardPageStatusChangeEvent( this );
        eventBus.fireEventFromSource( event,
                                      context );
    }
View Full Code Here


    /**
     * Broadcast a change in state on a page
     */
    public void stateChanged() {
        WizardPageStatusChangeEvent event = new WizardPageStatusChangeEvent( this );
        eventBus.fireEvent( event );
    }
View Full Code Here

TOP

Related Classes of org.drools.guvnor.client.widgets.wizards.WizardPageStatusChangeEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.