org.opennms.dashboard.client
Class DirectionalChangeListener

java.lang.Object
  extended by org.opennms.dashboard.client.DirectionalChangeListener
All Implemented Interfaces:
com.google.gwt.user.client.ui.ChangeListener, EventListener
Direct Known Subclasses:
GraphDashlet.GraphView.ChildResourceChangeListener, GraphDashlet.GraphView.PrefabGraphChangeListener, GraphDashlet.GraphView.TopLevelResourceChangeListener

public abstract class DirectionalChangeListener
extends Object
implements com.google.gwt.user.client.ui.ChangeListener

Author:
DJ Gregor

Constructor Summary
DirectionalChangeListener()
           
 
Method Summary
 void onChange(com.google.gwt.user.client.ui.Widget widget)
           
abstract  void onChange(com.google.gwt.user.client.ui.Widget widget, int direction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectionalChangeListener

public DirectionalChangeListener()
Method Detail

onChange

public void onChange(com.google.gwt.user.client.ui.Widget widget)
Specified by:
onChange in interface com.google.gwt.user.client.ui.ChangeListener

onChange

public abstract void onChange(com.google.gwt.user.client.ui.Widget widget,
                              int direction)


Copyright © 2009. All Rights Reserved.