public interface AcceptListener extends java.util.EventListener
public boolean accept(Object source) { if (active) return ConfirmDialog.confirm("Do you want to interrupt the process ?"); return true; }
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.lang.Object source) |
boolean accept(java.lang.Object source)