| Package | Description |
|---|---|
| stella | |
| stella.rmi | |
| stella.sensor | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MasterErrorHandler
A collection of
ErrorFinalizing objects. |
class |
MessageListener
A class to use as message listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RmiWeatherCaster.addRmiWeatherListener(RmiWeatherListener ear)
Registers a weather event listener to this weather event caster.
|
void |
RmiWeatherCaster.removeRmiWeatherListener(RmiWeatherListener ear)
Deregisters a weather event listener from this weather event caster
|
| Modifier and Type | Field and Description |
|---|---|
private Vector<RmiWeatherListener> |
WeatherStation.rmilist
The weather listeners to report to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherStation.addRmiWeatherListener(RmiWeatherListener add)
Adds a weather listener to this weather station.
|
void |
WeatherStation.removeRmiWeatherListener(RmiWeatherListener remove)
Removes a weather listener from this weather station.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TargetChangeListener
A class waiting for notification of target picks, then queries the
target name and prints it to std-out.
|