net.sf.magicproject.action.listener
Interface Waiting

All Known Subinterfaces:
WaitingAbility, WaitingAction, WaitingCard, WaitingMana, WaitingPlayer, WaitingTriggeredCard
All Known Implementing Classes:
ChoosenTarget, PayMana, RealTarget, SilentTarget, WaitActivatedChoice, WaitChoosenActionChoice, WaitTriggeredBufferChoice

public interface Waiting

Since:
0.86
Author:
Fabrice Daugan

Method Summary
 void finished()
          Called when this action is finished (aborted or completed).
 boolean manualSkip()
          Called by the handed player when he/she wants to skip/abort this action.
 

Method Detail

finished

void finished()
Called when this action is finished (aborted or completed). No stack operation should be done here.


manualSkip

boolean manualSkip()
Called by the handed player when he/she wants to skip/abort this action. No stack operation should be done here.

Returns:
true if this action allow the skip/cancel.


Copyright © 2003-2007 Magic-Project. All Rights Reserved.