org.ocap.environment
Class EnvironmentEvent
java.lang.Object
java.util.EventObject
org.ocap.environment.EnvironmentEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EnvironmentStateChangedEvent
public abstract class EnvironmentEvent
- extends EventObject
The EnvironmentEvent class is used to notify
applications of events relating to environments.
- See Also:
- Serialized Form
EnvironmentEvent
public EnvironmentEvent(Environment source)
- Simple constructor for these events.
- Parameters:
source - the environment which is the source
of this event.
Copyright © 2011. All Rights Reserved.