Package com.googlecode.eckoit.events

Examples of com.googlecode.eckoit.events.PostProcessingStartedEvent


            @Override
            public void onEvent(RecordingSplitEvent t) {
                File wav = t.getFinishedFile();
                if (t.isIsFinal()) {
                    lastFile = t;
                    EventBus.publish(new PostProcessingStartedEvent());
                }
            }
        });
       
        EventBus.subscribeStrongly(ConversionFinishedEvent.class, new EventSubscriber<ConversionFinishedEvent>() {
View Full Code Here

TOP

Related Classes of com.googlecode.eckoit.events.PostProcessingStartedEvent

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.