rle.simple.player
Class EquipmentListener

java.lang.Object
  extended by rle.simple.player.EquipmentListener
All Implemented Interfaces:
ItemContainerListener

public class EquipmentListener
extends java.lang.Object
implements ItemContainerListener

Listens for changes to the player's equipment. When a change (add or remove) is detected, disposes of any computed attributes (of the player) that depend on the equipment.


Constructor Summary
EquipmentListener(GameContext context)
           
 
Method Summary
 void itemAdded(ItemContainerEvent event)
           
 void itemRemoved(ItemContainerEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquipmentListener

public EquipmentListener(GameContext context)
Method Detail

itemAdded

public void itemAdded(ItemContainerEvent event)
Specified by:
itemAdded in interface ItemContainerListener

itemRemoved

public void itemRemoved(ItemContainerEvent event)
Specified by:
itemRemoved in interface ItemContainerListener