org.ocap.ui
Class FrontSceneResourceReleasedEvent
java.lang.Object
java.util.EventObject
org.davic.resources.ResourceStatusEvent
org.ocap.ui.FrontSceneResourceReleasedEvent
- All Implemented Interfaces:
- Serializable
public class FrontSceneResourceReleasedEvent
- extends ResourceStatusEvent
This event informs that the HSceneBinding
returned by
the getSource()
method has released the front-most position
in the z-order stack for the containing graphics plane.
- Author:
- Aaron Kamienski
- See Also:
FrontSceneResourceReservedEvent
,
OcapScene.showToFront(org.davic.resources.ResourceClient)
,
OcapScene.getResourceServer()
,
Serialized Form
FrontSceneResourceReleasedEvent
public FrontSceneResourceReleasedEvent(Object source)
- Constructor for the event.
- Parameters:
source
- the HSceneBinding
object representing the
HScene
that moved out of the front-most position
getSource
public Object getSource()
- Returns the
HSceneBinding
object representing the
HScene
that moved out of the front-most position.
- Overrides:
getSource
in class ResourceStatusEvent
- Returns:
- the
HSceneBinding