Class DefaultObjectHandler.ProxyEventInfo

java.lang.Object
jaxx.compiler.tags.DefaultObjectHandler.ProxyEventInfo
Enclosing class:
DefaultObjectHandler

public static class DefaultObjectHandler.ProxyEventInfo
extends java.lang.Object
Encapsulates information about a "proxy event handler", which is an event handler that fires PropertyChangeEvents when it is triggered. ProxyEventInfos simplify the data binding system by allowing all dependencies to fire the same kind of event even if they would normally throw something else, like DocumentEvent.
  • Constructor Summary

    Constructors
    Constructor Description
    ProxyEventInfo()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getAddMethod()  
    ClassDescriptor getListenerClass()  
    java.lang.String getMemberName()  
    java.lang.String getModelName()  
    java.lang.String getRemoveMethod()  

    Methods inherited from class java.lang.Object

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

    • ProxyEventInfo

      public ProxyEventInfo()
  • Method Details

    • getAddMethod

      public java.lang.String getAddMethod()
    • getListenerClass

      public ClassDescriptor getListenerClass()
    • getMemberName

      public java.lang.String getMemberName()
    • getModelName

      public java.lang.String getModelName()
    • getRemoveMethod

      public java.lang.String getRemoveMethod()