public interface CombatListener
extends java.util.EventListener
addCombatListener
method. When the combat event
occurs, that object's combatAction
method is
invoked.CombatEvent
Modifier and Type | Method and Description |
---|---|
void |
combatAction(CombatEvent e)
Invoked when a combat event occurs.
|
void combatAction(CombatEvent e)