Package com.jpeterson.x10.event

Interface Summary
AddressListener  
FunctionListener  
Producer Producers fire events to AddressListeners and FunctionListeners.
 

Class Summary
AddressEvent Address events indicate the target for a function.
AllLightsOffEvent All lights on the particular house code are turned off.
AllLightsOnEvent All lights on the particular house code are turned on.
AllUnitsOffEvent All units on the particular house code are turned off
BrightEvent Brighten the previously addressed units on the same house code by the specified amount.
DimEvent Dim the previously addressed units on the same house code by the specified amount.
ExtendedCodeEvent Extended event
ExtendedDataTransferEvent Extended data transfer for addressed units on the same house code.
FunctionAdapter Trivial implementation of the FunctionListener interface that receives a FunctionEvent.
FunctionEvent Function events indicate some action to take upon the previously addressed devices that match this functions house code.
HailAcknowledgeEvent Hail response for addressed units on the same house code on.
HailRequestEvent Hail the addressed units on the same house code on.
OffEvent Turn the previously addressed units on the same house code off.
OnEvent Turn the previously addressed units on the same house code on.
PresetDim1Event Preset Dim 1 for addressed units on the same house code on.
PresetDim2Event Preset Dim 2 for addressed units on the same house code on.
StatusOffEvent Status off for addressed units on the same house code.
StatusOnEvent Status on for addressed units on the same house code.
StatusRequestEvent Status request for addressed units on the same house code.
X10Event An X10 event represents an X10 transmission packet.