MCPcopy Create free account
hub / github.com/annmuor/jnode / NewNetmailEvent

Class NewNetmailEvent

jnode-core/src/jnode/event/NewNetmailEvent.java:25–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23import jnode.dto.Netmail;
24
25public class NewNetmailEvent implements IEvent {
26 private final Netmail netmail;
27
28 public Netmail getNetmail() {
29 return netmail;
30 }
31
32 public NewNetmailEvent(Netmail netmail) {
33 super();
34 this.netmail = netmail;
35 }
36
37 @Override
38 public String getEvent() {
39 return "";
40 }
41
42}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected