net.sf.magicproject.clickable.targetable.card
Interface LastKnownCardInfo

All Known Implementing Classes:
LastKnownCard, LastKnownCardInfoImpl

public interface LastKnownCardInfo

Since:
0.83
Author:
Fabrice Daugan

Method Summary
 LastKnownCard createLastKnownCard()
          Create and return a LastKnownCard object build with the last known informations.
 boolean removeTimestamp(int timestamp)
          Remove a reference to the given timestamp of card.
 

Method Detail

createLastKnownCard

LastKnownCard createLastKnownCard()
Create and return a LastKnownCard object build with the last known informations.

Returns:
a LastKnownCard object build with the last known informations.

removeTimestamp

boolean removeTimestamp(int timestamp)
Remove a reference to the given timestamp of card.

Parameters:
timestamp - the timestamp reference
Returns:
true if the given timestamp is no more referenced.


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