org.ocap.ui
Interface FrontSceneResourceUsage
- All Superinterfaces:
- ResourceUsage
public interface FrontSceneResourceUsage
- extends ResourceUsage
This interface represents ownership of or a request for ownership of the
top-of-stack resource for a given HScene
z-order stack.
- Author:
- Aaron Kamienski
Method Summary |
HSceneBinding |
getHSceneBinding()
Return the HSceneBinding that describes the HScene
for which top-of-stack placement was requested. |
getHSceneBinding
HSceneBinding getHSceneBinding()
- Return the
HSceneBinding
that describes the HScene
for which top-of-stack placement was requested.
- Returns:
- the
HSceneBinding
for the requesting HScene