Class DefaultObjectHandler.ProxyEventInfo

  • Enclosing class:
    DefaultObjectHandler

    public static class DefaultObjectHandler.ProxyEventInfo
    extends 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 Detail

      • ProxyEventInfo

        public ProxyEventInfo()
    • Method Detail

      • getAddMethod

        public String getAddMethod()
      • getMemberName

        public String getMemberName()
      • getModelName

        public String getModelName()
      • getRemoveMethod

        public String getRemoveMethod()