public interface IOListener
DAO is called.| Modifier and Type | Method and Description |
|---|---|
void |
onPostInvoke(Method method,
Object result)
Called after an I/O (CRUD) operation has occurred.
|
void |
onPreInvoke(Method method,
Object[] args)
Called before an I/O (CRUD) operation has occurred.
|
Copyright © 2018 Erudika. All rights reserved.