net.sf.magicproject.action
Interface AccessibleContext
- All Known Implementing Classes:
- MoveCard
public interface AccessibleContext
- Since:
- 0.93
- Author:
- Fabrice Daugan
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.