org.wcb.autohome.util
Class AliceListener
java.lang.Object
org.wcb.autohome.util.AliceListener
- All Implemented Interfaces:
- java.util.EventListener, com.jpeterson.x10.event.FunctionListener
- public class AliceListener
- extends java.lang.Object
- implements com.jpeterson.x10.event.FunctionListener
Project: Home Automation Interface
Filename: $Id: AliceListener.java,v 1.5 2004/01/17 08:15:46 wbogaardt Exp $
Abstract: Monitors CM11A device and power line for events occuring outside of
the application and logs the results.
$Log: AliceListener.java,v $
Revision 1.5 2004/01/17 08:15:46 wbogaardt
Have an initial working monitoring frame that actually shows the date and time an event takes place
Revision 1.4 2003/12/13 05:36:52 wbogaardt
fixed javadoc comments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliceListener
public AliceListener(MonitorTableModel model)
functionAllLightsOff
public void functionAllLightsOff(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionAllLightsOff
in interface com.jpeterson.x10.event.FunctionListener
functionAllLightsOn
public void functionAllLightsOn(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionAllLightsOn
in interface com.jpeterson.x10.event.FunctionListener
functionAllUnitsOff
public void functionAllUnitsOff(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionAllUnitsOff
in interface com.jpeterson.x10.event.FunctionListener
functionBright
public void functionBright(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionBright
in interface com.jpeterson.x10.event.FunctionListener
functionDim
public void functionDim(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionDim
in interface com.jpeterson.x10.event.FunctionListener
functionHailAcknowledge
public void functionHailAcknowledge(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionHailAcknowledge
in interface com.jpeterson.x10.event.FunctionListener
functionHailRequest
public void functionHailRequest(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionHailRequest
in interface com.jpeterson.x10.event.FunctionListener
functionOff
public void functionOff(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionOff
in interface com.jpeterson.x10.event.FunctionListener
functionOn
public void functionOn(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionOn
in interface com.jpeterson.x10.event.FunctionListener
functionPresetDim1
public void functionPresetDim1(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionPresetDim1
in interface com.jpeterson.x10.event.FunctionListener
functionPresetDim2
public void functionPresetDim2(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionPresetDim2
in interface com.jpeterson.x10.event.FunctionListener
functionStatusOff
public void functionStatusOff(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionStatusOff
in interface com.jpeterson.x10.event.FunctionListener
functionStatusOn
public void functionStatusOn(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionStatusOn
in interface com.jpeterson.x10.event.FunctionListener
functionStatusRequest
public void functionStatusRequest(com.jpeterson.x10.event.FunctionEvent functionEvent)
- Specified by:
functionStatusRequest
in interface com.jpeterson.x10.event.FunctionListener
Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.