MCPcopy Create free account
hub / github.com/akeranen/the-one / messageTransferStarted

Method messageTransferStarted

gui/EventLogPanel.java:301–305  ·  view source on GitHub ↗
(Message m, DTNHost from, DTNHost to)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

processEventMethod · 0.95

Tested by

no test coverage detected