Package com.googlecode.eckoit.events

Examples of com.googlecode.eckoit.events.RecorderJustStartedWithARecordingDocRequested


            File dir = getWorkingDir();
            SimpleTrayRecorder str = new SimpleTrayRecorder(connector, dir, "_design/couchaudiorecorder", user);

            if (recordingDocId != null) {
                System.out.println("There is a recording doc: " + recordingDocId);
                EventBus.publish(new RecorderJustStartedWithARecordingDocRequested(recordingDocId));
            }


        } catch (Exception ex) {
            Logger.getLogger(SimpleTrayRecorder.class.getName()).log(Level.SEVERE, null, ex);
View Full Code Here

TOP

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

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.