org.utgenome.gwt.utgb.client.ui
Interface WindowListener

All Known Implementing Classes:
TrackQueue

public interface WindowListener


Method Summary
 void onButtonClick(WindowBox window, int buttonType)
          An event handler when a window buton is clicked
 void onResizeWindow(WindowBox window, int newWindowSize)
           
 

Method Detail

onButtonClick

void onButtonClick(WindowBox window,
                   int buttonType)
An event handler when a window buton is clicked

Parameters:
window - sender
buttonType - one of WindowBox.BUTTON_CONFIG, WindowBox.BUTTON_PACK, WindowBox.BUTTON_MINIMIZE, WindowBox.BUTTON_CLOSE

onResizeWindow

void onResizeWindow(WindowBox window,
                    int newWindowSize)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.