apps.mtdesktop.tabletop
Interface TabletopContentManager.TabletopContentManagerListener
- All Known Implementing Classes:
- BasketManager
- Enclosing class:
- TabletopContentManager
public static interface TabletopContentManager.TabletopContentManagerListener
The listener interface for receiving tabletopContentManager events. The
class that is interested in processing a tabletopContentManager event
implements this interface, and the object created with that class is
registered with a component using the component's
addTabletopContentManagerListener method. When
the tabletopContentManager event occurs, that object's appropriate
method is invoked.
- See Also:
TabletopContentManagerEvent
itemReceived
void itemReceived(TableIdentity tableId,
ContentItem item)
- Item received.
- Parameters:
tableId
- the table iditem
- the item
vncClientClosed
void vncClientClosed(TableIdentity sender,
VncFrame vnc)
- Vnc client closed.
- Parameters:
sender
- the sendervnc
- the vnc
vncClientLaunched
void vncClientLaunched(TableIdentity tableId,
VncFrame vnc)
- Vnc client launched.
- Parameters:
tableId
- the table idvnc
- the vnc