()
| 143 | |
| 144 | |
| 145 | public void run() { |
| 146 | StaticData.getInstance().getTheStream().send(vcard.constructVCard()); |
| 147 | //System.out.println("VCard sent"); |
| 148 | } |
| 149 | |
| 150 | //#if (FILE_IO) |
| 151 | public void BrowserFilePathNotify(String pathSelected) { |
nothing calls this directly
no test coverage detected