org.herac.tuxguitar.gui.system.plugins.base
Class TGMidiSequencerProviderPlugin
java.lang.Object
org.herac.tuxguitar.gui.system.plugins.base.TGPluginAdapter
org.herac.tuxguitar.gui.system.plugins.base.TGMidiSequencerProviderPlugin
- All Implemented Interfaces:
- TGPlugin
public abstract class TGMidiSequencerProviderPlugin
- extends TGPluginAdapter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGMidiSequencerProviderPlugin
public TGMidiSequencerProviderPlugin()
getProvider
protected abstract MidiSequencerProvider getProvider()
throws TGPluginException
- Throws:
TGPluginException
init
public void init()
throws TGPluginException
- Throws:
TGPluginException
close
public void close()
throws TGPluginException
- Throws:
TGPluginException
setEnabled
public void setEnabled(boolean enabled)
throws TGPluginException
- Throws:
TGPluginException
addPlugin
protected void addPlugin()
throws TGPluginException
- Throws:
TGPluginException
removePlugin
protected void removePlugin()
throws TGPluginException
- Throws:
TGPluginException