-
- All Known Implementing Classes:
WebhookIOListener
public interface IOListenerListens for create/read/update/delete events whenDAOis called.- Author:
- Alex Bogdanovski [alex@erudika.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonPostInvoke(Method method, Object[] args, Object result)Called after an I/O (CRUD) operation has occurred.voidonPreInvoke(Method method, Object[] args)Called before an I/O (CRUD) operation has occurred.
-