apps.mysteriestableportal
Interface ControlMenu.ControlMenuListener

Enclosing class:
ControlMenu

public static interface ControlMenu.ControlMenuListener

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

See Also:
ControlMenuEvent

Method Summary
 void clearLocalTable()
          Clear local table.
 void clearStudentTables()
          Clear student tables.
 void createTablePortals()
          Creates the table portals.
 void hideTablePortals()
          Hide table portals.
 void lockStudentTables(boolean lock)
          Lock student tables.
 void sendDesktopData()
          Send desktop data.
 

Method Detail

clearLocalTable

void clearLocalTable()
Clear local table.


clearStudentTables

void clearStudentTables()
Clear student tables.


createTablePortals

void createTablePortals()
Creates the table portals.


hideTablePortals

void hideTablePortals()
Hide table portals.


lockStudentTables

void lockStudentTables(boolean lock)
Lock student tables.

Parameters:
lock - the lock

sendDesktopData

void sendDesktopData()
Send desktop data.