(Message m, DTNHost from, DTNHost to)
| 299 | } |
| 300 | |
| 301 | public void messageTransferStarted(Message m, DTNHost from, DTNHost to) { |
| 302 | processEvent(msgTransferStartCheck,"Message relay started", from, |
| 303 | to,m); |
| 304 | |
| 305 | } |
| 306 | |
| 307 | // end of message interface implementations |
| 308 |
nothing calls this directly
no test coverage detected