Package com.jidesoft.converter
Class RegistrationEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.jidesoft.utils.RegistrationEvent
-
- com.jidesoft.converter.RegistrationEvent
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class RegistrationEvent extends RegistrationEvent
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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jidesoft.utils.RegistrationEvent
REGISTRATION_ADDED, REGISTRATION_CLEARED, REGISTRATION_EVENT_FIRST, REGISTRATION_EVENT_LAST, REGISTRATION_REMOVED
-
-
Constructor Summary
Constructors Constructor Description RegistrationEvent(java.lang.Object source, int id)
Deprecated.RegistrationEvent(java.lang.Object source, int id, java.lang.Object object, java.lang.Object key, java.lang.Object context)
Deprecated.
-
Method Summary
-
Methods inherited from class com.jidesoft.utils.RegistrationEvent
getContext, getId, getKey, getObject, toString
-
-