public interface GoalListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
goalPerformed(GoalEvent event)
Notifies the listener that a goal that was performed.
|
void goalPerformed(GoalEvent event)
event - the goal event that occurred.