JIDE 3.5.15

com.jidesoft.converter
Class RegistrationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.jidesoft.utils.RegistrationEvent
          extended by com.jidesoft.converter.RegistrationEvent
All Implemented Interfaces:
Serializable

Deprecated. please use the one at com.jidesoft.utils.RegistrationEvent.

@Deprecated
public class RegistrationEvent
extends 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
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RegistrationEvent(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationEvent

public RegistrationEvent(Object source,
                         int id)
Deprecated. 

RegistrationEvent

public RegistrationEvent(Object source,
                         int id,
                         Object object,
                         Object key,
                         Object context)
Deprecated. 

JIDE 3.5.15