net.sourceforge.neurosdbm.db
Class RecordingSync

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.RecordingSync

public class RecordingSync
extends java.lang.Object

This class controls the automatic syncing of recordings from the Neuros to the user's PC.


Nested Class Summary
private static class RecordingSync.RecordingSyncDialog
           
 
Constructor Summary
private RecordingSync()
           
 
Method Summary
static void showDialog(java.awt.Frame parent)
          This function displays a dialog that allows to enable/disable the recording sync and lets the user select the directory on the PC.
(package private) static void sync(Database database, Listener progress)
          This function actually performs the sync, assuming that the sync is enabled in the properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingSync

private RecordingSync()
Method Detail

sync

static void sync(Database database,
                 Listener progress)
This function actually performs the sync, assuming that the sync is enabled in the properties.


showDialog

public static void showDialog(java.awt.Frame parent)
This function displays a dialog that allows to enable/disable the recording sync and lets the user select the directory on the PC.



Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.