Package org.nuiton.jaxx.compiler.tags
Class DefaultObjectHandler.ProxyEventInfo
- java.lang.Object
-
- org.nuiton.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, likeDocumentEvent.
-
-
Constructor Summary
Constructors Constructor Description ProxyEventInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddMethod()ClassDescriptorgetListenerClass()StringgetMemberName()StringgetModelName()StringgetRemoveMethod()
-
-
-
Method Detail
-
getAddMethod
public String getAddMethod()
-
getListenerClass
public ClassDescriptor getListenerClass()
-
getMemberName
public String getMemberName()
-
getModelName
public String getModelName()
-
getRemoveMethod
public String getRemoveMethod()
-
-