◆ $save()
void onClick org.turro.contacts.mydata.MyDataComposer.$save |
( |
| ) |
|
Definition at line 59 of file MyDataComposer.java.
62 Authentication.reauthenticate();
63 Clients.showNotification(I_.get(
"Saved"));
64 }
catch (IOException ex) {
65 Logger.getLogger(MyDataComposer.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
◆ doFinally()
void org.turro.contacts.mydata.MyDataComposer.doFinally |
( |
| ) |
throws Exception |
Definition at line 70 of file MyDataComposer.java.
72 myDataList =
new MyDataList(Authentication.getIContact());
The documentation for this class was generated from the following file: