public class ProposalNotifier
extends java.lang.Object
ProposalListeners and notifies them when a proposal is created or rejected.| Constructor and Description |
|---|
ProposalNotifier(java.util.List<ProposalListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
notifyProposalCreated(Proposal proposal) |
void |
notifyProposalRejected() |
public ProposalNotifier(java.util.List<ProposalListener> listeners)
public void notifyProposalCreated(Proposal proposal)
public void notifyProposalRejected()