net.sf.magicproject.action
Interface AccessibleContext

All Known Implementing Classes:
MoveCard

public interface AccessibleContext

Since:
0.93
Author:
Fabrice Daugan

Method Summary
 int getAccessibleInt(java.lang.String attribute)
          Return the shared number from the given attribute.
 Targetable getAccessibleTargetable(java.lang.String attribute)
          Return the shared targetable object from the given attribute.
 

Method Detail

getAccessibleInt

int getAccessibleInt(java.lang.String attribute)
Return the shared number from the given attribute.

Parameters:
attribute - the requested targetable key.
Returns:
the shared number from the given attribute.

getAccessibleTargetable

Targetable getAccessibleTargetable(java.lang.String attribute)
Return the shared targetable object from the given attribute.

Parameters:
attribute - the requested targetable key.
Returns:
the shared targetable from the given attribute.


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