apps.mtdesktop.desktop
Interface DesktopClient.mtdesktopNetworkListener
- All Known Implementing Classes:
- DesktopFrame
- Enclosing class:
- DesktopClient
public static interface DesktopClient.mtdesktopNetworkListener
The listener interface for receiving mtdesktopNetwork events. The class
that is interested in processing a mtdesktopNetwork event implements this
interface, and the object created with that class is registered with a
component using the component's
addmtdesktopNetworkListener method. When
the mtdesktopNetwork event occurs, that object's appropriate
method is invoked.
- See Also:
mtdesktopNetworkEvent
connectionUpdate
void connectionUpdate(DesktopClient.ConnectionStatus status)
- Connection update.
- Parameters:
status
- the status
tableConnected
void tableConnected(TableIdentity TableId)
- Table connected.
- Parameters:
TableId
- the table id