Package org.jrebirth.af.showcase.analyzer.ui.editor.ball

Examples of org.jrebirth.af.showcase.analyzer.ui.editor.ball.BallModel.hide()


    @Override
    public void perform(final Wave wave) {

        final JRebirthEvent event = wave.get(EditorWaves.EVENT);
        final BallModel targetBallModel = getModel(BallModel.class, event);
        targetBallModel.hide();

        getModel(EditorModel.class).unregisterBall(targetBallModel);
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.