gov.nasa.arc.brahms.vm.rt.events
Interface IFrameStatusListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- VMActiveInstanceCtx, VMAgentCtx, VMCompositeActivityCtx, VMExternalAgentCtx, VMObjectInstanceCtx
public interface IFrameStatusListener
- extends java.util.EventListener
Frame contexts allow for their status to be monitored by other
components. The other components need to register a frame
status listener with the frame context. Whenever the status of
the frame context changes a FrameStatusEvent is fired and
statusChanged is called passing in the event.
- Version:
- 9 November 1999
- Author:
- Ron van Hoof
- See Also:
FrameStatusEvent
statusChanged
void statusChanged(FrameStatusEvent evt)
- Fired when the status of a frame context changes. The
frame contect that changed status and the old and new
status are captured by the event.
- Parameters:
evt - the FrameStatusEvent- See Also:
FrameStatusEvent
Copyright © 1997-2012 All Rights Reserved.