| Package | Description |
|---|---|
| com.jidesoft.converter |
The package contains all kinds of object converters for JIDE Common Layer.
|
| com.jidesoft.utils |
The package contains several utililities for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegistrationEvent
Deprecated.
please use the one at com.jidesoft.utils.RegistrationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheMap.fireRegistrationChanged(RegistrationEvent e)
Forwards the given notification event to all
RegistrationListeners that registered themselves as
listeners for this table model. |
void |
RegistrationListener.registrationChanged(RegistrationEvent event)
Called whenever the registration is changed.
|