Uses of Interface
stella.rmi.RemoteTrigger

Packages that use RemoteTrigger
stella.jview   
stella.parameter   
stella.rmi   
stella.roof   
stella.sensor   
 

Uses of RemoteTrigger in stella.jview
 

Classes in stella.jview that implement RemoteTrigger
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 

Uses of RemoteTrigger in stella.parameter
 

Classes in stella.parameter that implement RemoteTrigger
 class AbstractRemoteSwitch
          An abstract implementation of a remote switch.
 class AbstractRemoteTrigger
          A skelleton implementation of a RemoteTrigger.
 class SimpleRemoteSwitch
          A helper class providing a simulated switch that can be exported remotely.
 class SimpleRemoteTrigger
          A helper class providing a simple trigger.
 class SwitchRelay
          Relay the parameter given at the first command line argument to the local registry.
 class SwitchSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 class TriggerSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 

Uses of RemoteTrigger in stella.rmi
 

Subinterfaces of RemoteTrigger in stella.rmi
 interface RemoteLight
          The interface defining remote control of lighting control.
 interface RemoteSwitch
          The interface defining remote control of lighting control.
 

Uses of RemoteTrigger in stella.roof
 

Classes in stella.roof that implement RemoteTrigger
 class RoofTrigger
          A trigger that directly connects to a RoofOperating instance.
 class ShelterTrigger
          A trigger that directly connects to a Sheltering instance.
 

Uses of RemoteTrigger in stella.sensor
 

Classes in stella.sensor that implement RemoteTrigger
 class WeatherTrigger
          The weather trigger exports the weather from a local WeatherSurveying instance to remote listeners.