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

Method messageTransferAborted

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

Source from the content-addressed store, hash-verified

295 }
296
297 public void messageTransferAborted(Message m, DTNHost from, DTNHost to) {
298 processEvent(msgAbortCheck, "Message relay aborted", from, to, m);
299 }
300
301 public void messageTransferStarted(Message m, DTNHost from, DTNHost to) {
302 processEvent(msgTransferStartCheck,"Message relay started", from,

Callers

nothing calls this directly

Calls 1

processEventMethod · 0.95

Tested by

no test coverage detected