org.harctoolbox.irscrutinizer.capturinghardware
Class CapturingGlobalCache
java.lang.Object
org.harctoolbox.irscrutinizer.capturinghardware.CapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>
org.harctoolbox.irscrutinizer.capturinghardware.CapturingGlobalCache
- All Implemented Interfaces:
- ICapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>
public class CapturingGlobalCache
- extends CapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>
- implements ICapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>
This class does something interesting and useful. Or not...
|
Constructor Summary |
CapturingGlobalCache(java.lang.String hostname,
org.harctoolbox.guicomponents.GlobalCacheIrSenderSelector globalCacheIrSenderSelector,
javax.swing.JPanel panel,
Props properties_,
org.harctoolbox.guicomponents.GuiUtils guiUtils,
CapturingHardwareManager capturingHardwareManager)
|
|
Method Summary |
java.lang.String |
getName()
|
void |
setup()
This function (re-)initializes the hardware. |
| Methods inherited from class org.harctoolbox.irscrutinizer.capturinghardware.CapturingHardware |
capture, close, getCapturer, getPanel, getVersion, isValid, selectMe, setTimeout, setupHardwareCommonEnd, setVerbose, setVerbosity, stopCapture |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CapturingGlobalCache
public CapturingGlobalCache(java.lang.String hostname,
org.harctoolbox.guicomponents.GlobalCacheIrSenderSelector globalCacheIrSenderSelector,
javax.swing.JPanel panel,
Props properties_,
org.harctoolbox.guicomponents.GuiUtils guiUtils,
CapturingHardwareManager capturingHardwareManager)
setup
public void setup()
throws java.io.IOException,
org.harctoolbox.harchardware.HarcHardwareException
- Description copied from interface:
ICapturingHardware
- This function (re-)initializes the hardware. The construction should not.
If the parameters has not changed, should not re-initialize.
- Specified by:
setup in interface ICapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>
- Throws:
java.io.IOException
org.harctoolbox.harchardware.HarcHardwareException
getName
public java.lang.String getName()
- Specified by:
getName in interface ICapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>- Specified by:
getName in class CapturingHardware<org.harctoolbox.harchardware.ir.GlobalCache>