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