Interface ScriptEventWrapper


public interface ScriptEventWrapper
Interface for objects that act as a Java wrapper for a javascript event object.
  • 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.