jaxx.compiler.tags
Class DefaultObjectHandler.ProxyEventInfo
java.lang.Object
jaxx.compiler.tags.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultObjectHandler.ProxyEventInfo
public DefaultObjectHandler.ProxyEventInfo()
getAddMethod
public String getAddMethod()
getListenerClass
public ClassDescriptor getListenerClass()
getMemberName
public String getMemberName()
getModelName
public String getModelName()
getRemoveMethod
public String getRemoveMethod()
Copyright © 2008-2011 CodeLutin. All Rights Reserved.