Interface ShopEndListener

All Known Implementing Classes:
Game

public interface ShopEndListener

Interface for when the Player leaves the Shop.

See Also:
Player, Shop

Method Summary
 void shopEnd(ShopEndEvent e)
          What to do when ShopEndEvent is fired.
 

Method Detail

shopEnd

public void shopEnd(ShopEndEvent e)
What to do when ShopEndEvent is fired.