|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemProvider
Interface implemented by any providers of system-level implementations. DisplaySystem and Timer use standard jar file Service-provider lookup, documented here:
Method Summary | |
---|---|
void |
disposeDisplaySystem()
Often the display system is in a static field. |
DisplaySystem |
getDisplaySystem()
Returns a valid DisplaySystem for the current system. |
java.lang.String |
getProviderIdentifier()
getProviderIdentifier returns a unique identifier for this
system. |
Timer |
getTimer()
Returns a hight resolution timer for the current system. |
Method Detail |
---|
java.lang.String getProviderIdentifier()
getProviderIdentifier
returns a unique identifier for this
system.
DisplaySystem getDisplaySystem()
void disposeDisplaySystem()
Timer getTimer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |