org.fusesource.web.console.client
Class NullWidgetHandler

java.lang.Object
  extended by org.fusesource.web.console.client.NullWidgetHandler
All Implemented Interfaces:
WidgetHandler

public class NullWidgetHandler
extends java.lang.Object
implements WidgetHandler

Version:
$Revision: 1.1 $

Constructor Summary
NullWidgetHandler()
           
 
Method Summary
static NullWidgetHandler getInstance()
           
 void onWidget(com.google.gwt.user.client.ui.Widget widget)
          Callback when the widget is ready to be viewed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullWidgetHandler

public NullWidgetHandler()
Method Detail

getInstance

public static NullWidgetHandler getInstance()

onWidget

public void onWidget(com.google.gwt.user.client.ui.Widget widget)
Description copied from interface: WidgetHandler
Callback when the widget is ready to be viewed

Specified by:
onWidget in interface WidgetHandler


Copyright © 2009 FuseSource. All Rights Reserved.