org.python.core

Class PyBeanEventProperty

public class PyBeanEventProperty extends PyReflectedField

Field Summary
MethodaddMethod
ClasseventClass
StringeventName
String__name__
Constructor Summary
PyBeanEventProperty(String eventName, Class eventClass, Method addMethod, Method eventMethod)
Method Summary
StringtoString()
PyObject_doget(PyObject self)
boolean_doset(PyObject self, PyObject value)

Field Detail

addMethod

public Method addMethod

eventClass

public Class eventClass

eventName

public String eventName

__name__

public String __name__

Constructor Detail

PyBeanEventProperty

public PyBeanEventProperty(String eventName, Class eventClass, Method addMethod, Method eventMethod)

Method Detail

toString

public String toString()

_doget

public PyObject _doget(PyObject self)

_doset

public boolean _doset(PyObject self, PyObject value)