org.herac.tuxguitar.gui.tools.browser
Interface TGBrowserConnectionHandler
- All Known Implementing Classes:
- TGBrowserDialog
public interface TGBrowserConnectionHandler
notifyLockStatusChanged
void notifyLockStatusChanged()
notifyOpened
void notifyOpened(int callId)
notifyClosed
void notifyClosed(int callId)
notifyCd
void notifyCd(int callId)
notifyElements
void notifyElements(int callId,
java.util.List elements)
notifyStream
void notifyStream(int callId,
java.io.InputStream stream,
TGBrowserElement element)
notifyError
void notifyError(int callId,
java.lang.Throwable throwable)