Package com.googlecode.eckoit.events

Examples of com.googlecode.eckoit.events.RecordingStopClickedEvent


                    rsce.setConfig(settings);
                }
                EventBus.publish(rsce);
            }
            if (state == RecordingState.STOP_ASKED) {
                EventBus.publish(new RecordingStopClickedEvent());
            }
        }

    }
View Full Code Here


                .addContainerGap(org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
        );
    }// </editor-fold>//GEN-END:initComponents

    private void stopButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_stopButtonActionPerformed
        EventBus.publish(new RecordingStopClickedEvent());
    }//GEN-LAST:event_stopButtonActionPerformed
View Full Code Here

TOP

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

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.