(EventNotifier eventNotifier)
| 99 | } |
| 100 | |
| 101 | public void setEventNotifier(EventNotifier eventNotifier) { |
| 102 | this.eventNotifier = eventNotifier; |
| 103 | } |
| 104 | |
| 105 | public ConnectionService getService() { |
| 106 | return service; |
no outgoing calls
no test coverage detected