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 $
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the event object this object is wrapping.
  • Method Details

    • getEventObject

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