apps.basketapp.controller
Interface ControlMenu.BasketControlMenuListener

Enclosing class:
ControlMenu

public static interface ControlMenu.BasketControlMenuListener

The listener interface for receiving basketControlMenu events. The class that is interested in processing a basketControlMenu event implements this interface, and the object created with that class is registered with a component using the component's addBasketControlMenuListener method. When the basketControlMenu event occurs, that object's appropriate method is invoked.

See Also:
BasketControlMenuEvent

Method Summary
 void captureStudentTables()
          Capture student tables.
 void clearLocalTable()
          Clear local table.
 void clearStudentTables()
          Clear student tables.
 void lockStudentTables(boolean lock)
          Lock student tables.
 void sendDesktopData()
          Send desktop data.
 void swapBaskets()
          Swap baskets.
 

Method Detail

captureStudentTables

void captureStudentTables()
Capture student tables.


clearLocalTable

void clearLocalTable()
Clear local table.


clearStudentTables

void clearStudentTables()
Clear student tables.


lockStudentTables

void lockStudentTables(boolean lock)
Lock student tables.

Parameters:
lock - the lock

sendDesktopData

void sendDesktopData()
Send desktop data.


swapBaskets

void swapBaskets()
Swap baskets.