| Package | Description |
|---|---|
| rs.data.event |
Provides the classes for model events.
|
| Modifier and Type | Method and Description |
|---|---|
DaoEvent.Type |
DaoEvent.getType()
Returns the type.
|
static DaoEvent.Type |
DaoEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaoEvent.Type[] |
DaoEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DaoEvent(GeneralDAO<?,?> source,
DaoEvent.Type type)
Constructor for DELETE_ALL events.
|
DaoEvent(GeneralDAO<?,?> source,
DaoEvent.Type type,
GeneralBO<?> object)
Constructor.
|
Copyright © 2013. All Rights Reserved.