org.vizzini.game.event
Interface IActionReceivedProducer

All Known Implementing Classes:
ComputerAgent, MouseHumanAgent

public interface IActionReceivedProducer

Defines methods required by producers of action received events.

Since:
v0.1
Version:
v0.1
Author:
Jeffrey M. Thompson

Method Summary
 void addActionReceivedListener(IActionReceivedListener listener)
          Add the given listener.
 void removeActionReceivedListener(IActionReceivedListener listener)
          Remove the given listener.
 

Method Detail

addActionReceivedListener

void addActionReceivedListener(IActionReceivedListener listener)
Add the given listener.

Since:
v0.1

removeActionReceivedListener

void removeActionReceivedListener(IActionReceivedListener listener)
Remove the given listener.

Since:
v0.1


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02