예제 #1
0
  public boolean getDeleteConfirmation(AddressBookEntry ae) {
    this.displayEntry(ae);

    return deleter.getConfirmation(ae);
  }
예제 #2
0
 public SearchParams displayDeleteScreen() {
   return deleter.displayDeleteScreen(s);
 }