apps.mtdesktop.desktop
Interface ControlPanel.ControlPanelListener

All Known Implementing Classes:
DesktopFrame
Enclosing class:
ControlPanel

public static interface ControlPanel.ControlPanelListener

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

See Also:
ControlPanelEvent

Method Summary
 void deletePressed()
          Delete pressed.
 void shareDesktopPressed(boolean share)
          Share desktop pressed.
 

Method Detail

deletePressed

void deletePressed()
Delete pressed.


shareDesktopPressed

void shareDesktopPressed(boolean share)
Share desktop pressed.

Parameters:
share - the share