holoedit.fileio
Class HoloFileReader.WaitAndCreateInstance
java.lang.Object
holoedit.fileio.HoloFileReader.WaitAndCreateInstance
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- HoloFileReader
private class HoloFileReader.WaitAndCreateInstance
- extends java.lang.Object
- implements java.lang.Runnable
on doit attendre d'avoir importˇ les sdif avant de faire les sdifinstances.
Cette mˇthode fait donc cette attente puis lance ensuite crˇation de la sdifInstance.
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private java.lang.String name
beg
private int beg
indexFirstKey
private int indexFirstKey
indexLastKey
private int indexLastKey
firstKey
private double firstKey
lastKey
private double lastKey
reversed
private boolean reversed
linkedWaveform
private WaveFormInstance linkedWaveform
HoloFileReader.WaitAndCreateInstance
public HoloFileReader.WaitAndCreateInstance(java.lang.String name,
int beg,
int indexFirstKey,
int indexLastKey,
double firstKey,
double lastKey,
boolean reversed,
WaveFormInstance linkedWaveform)
run
public void run()
- Specified by:
run
in interface java.lang.Runnable