org.apache.cocoon.forms.event
Class ImageMapEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.cocoon.forms.event.WidgetEvent
          extended byorg.apache.cocoon.forms.event.ActionEvent
              extended byorg.apache.cocoon.forms.event.ImageMapEvent
All Implemented Interfaces:
Serializable

public class ImageMapEvent
extends ActionEvent

Currently this event originates from a ImageMap widget.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ImageMapEvent(Widget source, String actionCommand)
           
 
Method Summary
 int getX()
           
 int getY()
           
 
Methods inherited from class org.apache.cocoon.forms.event.ActionEvent
getActionCommand
 
Methods inherited from class org.apache.cocoon.forms.event.WidgetEvent
getSourceWidget
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageMapEvent

public ImageMapEvent(Widget source,
                     String actionCommand)
Method Detail

getX

public int getX()

getY

public int getY()


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.