Interface AuditerListener
Deprecated.
This interface represdents classes which can be registered as listeners to Auditer.
- Author:
- Slavek Licehammer,
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyWith
(String message) Deprecated.This method process received message.
-
Method Details
-
notifyWith
Deprecated.This method process received message. Auditer sends messages via this method.- Parameters:
message
- received message (from auditer)
-