public class DaoEvent extends EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
DaoEvent.Type |
source| Constructor and Description |
|---|
DaoEvent(GeneralDAO<?,?> source,
DaoEvent.Type type)
Constructor for DELETE_ALL events.
|
DaoEvent(GeneralDAO<?,?> source,
DaoEvent.Type type,
GeneralBO<?> object)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralBO<?> |
getObject()
Returns the object.
|
DaoEvent.Type |
getType()
Returns the type.
|
getSource, toStringpublic DaoEvent(GeneralDAO<?,?> source, DaoEvent.Type type)
public DaoEvent(GeneralDAO<?,?> source, DaoEvent.Type type, GeneralBO<?> object)
public DaoEvent.Type getType()
public GeneralBO<?> getObject()
Copyright © 2013. All Rights Reserved.