Package com.jidesoft.converter
Class RegistrationEvent
java.lang.Object
java.util.EventObject
com.jidesoft.utils.RegistrationEvent
com.jidesoft.converter.RegistrationEvent
- All Implemented Interfaces:
Serializable
Deprecated.
please use the one at com.jidesoft.utils.RegistrationEvent.
This class was moved to com.jidesoft.utils since 3.3.7 release.
- See Also:
-
Field Summary
Fields inherited from class com.jidesoft.utils.RegistrationEvent
REGISTRATION_ADDED, REGISTRATION_CLEARED, REGISTRATION_EVENT_FIRST, REGISTRATION_EVENT_LAST, REGISTRATION_REMOVED
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationEvent
(Object source, int id) Deprecated.RegistrationEvent
(Object source, int id, Object object, Object key, Object context) Deprecated. -
Method Summary
Methods inherited from class com.jidesoft.utils.RegistrationEvent
getContext, getId, getKey, getObject, toString
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
RegistrationEvent
Deprecated. -
RegistrationEvent
Deprecated.
-