All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.environment.EnvironmentEvent.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






EnvironmentEvent














org.ocap.environment
Class EnvironmentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.ocap.environment.EnvironmentEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EnvironmentStateChangedEvent

public abstract class EnvironmentEvent
extends java.util.EventObject

The EnvironmentEvent class is used to notify applications of events relating to environments.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
EnvironmentEvent(Environment source)
          Simple constructor for these events.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnvironmentEvent

public EnvironmentEvent(Environment source)
Simple constructor for these events.

Parameters:
source - the environment which is the source of this event.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy