org.apache.batik.script
Interface ScriptEventWrapper


public interface ScriptEventWrapper

Interface for objects that act as a Java wrapper for a javascript event object.

Version:
$Id: ScriptEventWrapper.java 1733416 2016-03-03 07:07:13Z gadams $
Author:
Cameron McCormack

Method Summary
 Object getEventObject()
          Returns the event object this object is wrapping.
 

Method Detail

getEventObject

Object getEventObject()
Returns the event object this object is wrapping.



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.