Package net.anzix.fsz.eventbus.event

Examples of net.anzix.fsz.eventbus.event.Exit


    }

    @MainThread
    public void update(final ReadOnlyTimer timer) {
        if (_canvas.isClosing()) {
            eventbus.fireEvent(new Exit());
        }

        /** update stats, if enabled. */
        if (Constants.stats) {
            StatCollector.update();
View Full Code Here

TOP

Related Classes of net.anzix.fsz.eventbus.event.Exit

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.