org.herac.tuxguitar.gui.tools.browser
Interface TGBrowserConnectionHandler

All Known Implementing Classes:
TGBrowserDialog

public interface TGBrowserConnectionHandler


Method Summary
 void notifyCd(int callId)
           
 void notifyClosed(int callId)
           
 void notifyElements(int callId, java.util.List elements)
           
 void notifyError(int callId, java.lang.Throwable throwable)
           
 void notifyLockStatusChanged()
           
 void notifyOpened(int callId)
           
 void notifyStream(int callId, java.io.InputStream stream, TGBrowserElement element)
           
 

Method Detail

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)