| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| EmailToPhone |
|
| 1.0;1 |
| 1 | package biz.xsoftware.examples.fullapi; | |
| 2 | ||
| 3 | /** | |
| 4 | */ | |
| 5 | public interface EmailToPhone | |
| 6 | { | |
| 7 | ||
| 8 | /** | |
| 9 | * @param extension | |
| 10 | * @param emailTitle | |
| 11 | * @param emailContents | |
| 12 | */ | |
| 13 | void receivedHighPriorityEmail(String extension, String emailTitle, String emailContents); | |
| 14 | ||
| 15 | } |