Class ListenerContext


  • public class ListenerContext
    extends java.lang.Object
    Since:
    16/6/16
    • Constructor Summary

      Constructors 
      Constructor Description
      ListenerContext​(java.lang.Object entity, com.wavemaker.runtime.commons.variable.Scope phase)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getEntity()  
      com.wavemaker.runtime.commons.variable.Scope getPhase()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListenerContext

        public ListenerContext​(java.lang.Object entity,
                               com.wavemaker.runtime.commons.variable.Scope phase)
    • Method Detail

      • getEntity

        public java.lang.Object getEntity()
      • getPhase

        public com.wavemaker.runtime.commons.variable.Scope getPhase()