| Package | Description |
|---|---|
| stella | |
| stella.io | |
| stella.rmi | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageListener
A class to use as message listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CastingRS485Server.addRmiSerialListener(RmiSerialListener ear)
Adds an rmi-enabled serial listener to this class's listeners list.
|
void |
CastingRS485Server.removeRmiSerialListener(RmiSerialListener ear)
Removes an rmi-enabled serial listener from this class's listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RmiSerialCaster.addRmiSerialListener(RmiSerialListener add)
Registers a serial event listener to this serial event caster.
|
void |
RmiSerialCaster.removeRmiSerialListener(RmiSerialListener add)
Deregisters a serial event listener to this serial event caster.
|
| 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.
|