|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageEvent.ChangedType | |
|---|---|
| com.sibvisions.rad.persist.event | Contains all storage event classes and interfaces. |
| Uses of StorageEvent.ChangedType in com.sibvisions.rad.persist.event |
|---|
| Methods in com.sibvisions.rad.persist.event that return StorageEvent.ChangedType | |
|---|---|
StorageEvent.ChangedType |
StorageEvent.getType()
Gets the type of change. |
static StorageEvent.ChangedType |
StorageEvent.ChangedType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StorageEvent.ChangedType[] |
StorageEvent.ChangedType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Constructors in com.sibvisions.rad.persist.event with parameters of type StorageEvent.ChangedType | |
|---|---|
StorageEvent(IStorage pStorage,
BeanConverter pBeanConverter,
StorageEvent.ChangedType pType,
IBean pOld,
IBean pNew)
Constructs the DataRowEvent. |
|
StorageEvent(IStorage pStorage,
BeanConverter pBeanConverter,
StorageEvent.ChangedType pType,
Object[] pOld,
Object[] pNew)
Creates a new instance of StorageEvent. |
|
StorageEvent(IStorage pStorage,
BeanConverter pBeanConverter,
StorageEvent.ChangedType pType,
Object pOld,
Object pNew)
Creates a new instance of StorageEvent. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||