wyvern.lib.properties
Interface GiveInterest

All Known Implementing Classes:
QuestPerson, QuestSolver

public interface GiveInterest

Notification interface for the recipient of a gift via the GiveCommand. Only useful for monsters or things with an inventory.

Version:
1.0, Dec 22, 2000
Author:
Steve Yegge

Method Summary
 void receivedGift(Commandable agent, GameObject gift)
          Called after someone gives something to us.
 

Method Detail

receivedGift

public void receivedGift(Commandable agent,
                         GameObject gift)
Called after someone gives something to us.

Parameters:
agent - the person giving the gift (could be null)
gift - the object that was placed in our inventory