org.ocap.ui
Class FrontSceneResourceReleasedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.davic.resources.ResourceStatusEvent
          extended by 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

Constructor Summary
FrontSceneResourceReleasedEvent(Object source)
          Constructor for the event.
 
Method Summary
 Object getSource()
          Returns the HSceneBinding object representing the HScene that moved out of the front-most position.
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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