jaxx.compiler.tags
Class DefaultObjectHandler.ProxyEventInfo

java.lang.Object
  extended by 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.


Constructor Summary
DefaultObjectHandler.ProxyEventInfo()
           
 
Method Summary
 String getAddMethod()
           
 ClassDescriptor getListenerClass()
           
 String getMemberName()
           
 String getModelName()
           
 String getRemoveMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultObjectHandler.ProxyEventInfo

public DefaultObjectHandler.ProxyEventInfo()
Method Detail

getAddMethod

public String getAddMethod()

getListenerClass

public ClassDescriptor getListenerClass()

getMemberName

public String getMemberName()

getModelName

public String getModelName()

getRemoveMethod

public String getRemoveMethod()


Copyright © 2008-2010 CodeLutin. All Rights Reserved.