Class RolapNative.NativeEvent

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    RolapNative

    static class RolapNative.NativeEvent
    extends java.util.EventObject
    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) NativeEvaluator getNativeEvaluator()  
      • 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

      • NativeEvent

        public NativeEvent​(java.lang.Object source,
                           NativeEvaluator neval)