edu.stanford.smi.protegex.widget.imagemap
Class ImageMapPanelEventSupport
java.lang.Object
edu.stanford.smi.protegex.widget.imagemap.ImageMapPanelEventSupport
- public class ImageMapPanelEventSupport
- extends Object
Description of the class
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_listeners
protected ArrayList _listeners
ImageMapPanelEventSupport
public ImageMapPanelEventSupport()
addImageMapPanelListener
public void addImageMapPanelListener(ImageMapPanelListener newListener)
callLogicalClick
public void callLogicalClick(Point where)
callLogicalDrag
public void callLogicalDrag(Point where)
callLogicalDragFinished
public void callLogicalDragFinished(Point where)
callLogicalDragStarted
public void callLogicalDragStarted(Point where)
callLogicalPress
public void callLogicalPress(Point where)
callLogicalRelease
public void callLogicalRelease(Point where)
removeImageMapPanelListener
public void removeImageMapPanelListener(ImageMapPanelListener oldListener)
Submit a bug report or feature request