Callbacks interface for the connection logger.
| 2 | |
| 3 | /** Callbacks interface for the connection logger. */ |
| 4 | public interface ConnectionLogger { |
| 5 | /** |
| 6 | Called when a new connection logs is added. |
| 7 | @param type has one of the value of ConnectionLogType. |
| 8 | @see com.libmailcore.ConnectionLogType |
| 9 | */ |
| 10 | void log(long connectionID, int type, byte[] data); |
| 11 | } |
no outgoing calls
no test coverage detected