|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITokenUI
Defines methods required by token user interfaces in the game framework.
| Method Summary | |
|---|---|
void |
configure(Properties properties,
int index)
Configure this token. |
IToken |
getToken()
Return the token. |
void |
setToken(IToken token)
Set the associated token. |
| Methods inherited from interface org.vizzini.math.IStateful |
|---|
getAbsoluteState, getState, getStatefulParent, setStatefulParent |
| Method Detail |
|---|
void configure(Properties properties,
int index)
throws InstantiationException,
IllegalAccessException
properties - Source of configuration information.index - Index of this token's properties.
InstantiationException
IllegalAccessExceptionIToken getToken()
void setToken(IToken token)
token - The associated token.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |