com.quadrique.jbuildingblocks.gui
Interface ShortcutsViewsListener


public interface ShortcutsViewsListener

In order to receive any event from a ShortcutsViews instance, you must implement this listener interface.

Author:
Hervé Rivere

Method Summary
 void viewChanged(ShortcutsViewsEvent zEvent)
          This method is called whenever a view is displayed The getViewId() from the ShortcutsViewsEvent class allows you to determine which button has been selected.
 

Method Detail

viewChanged

void viewChanged(ShortcutsViewsEvent zEvent)
This method is called whenever a view is displayed The getViewId() from the ShortcutsViewsEvent class allows you to determine which button has been selected.

Parameters:
zEvent - the ShortcutsViewsEvent instance that describes the event


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.