|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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()
clearLocalTable
void clearLocalTable()
clearStudentTables
void clearStudentTables()
lockStudentTables
void lockStudentTables(boolean lock)
lock
- the lock
sendDesktopData
void sendDesktopData()
swapBaskets
void swapBaskets()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD