|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IX10MonitorEvent | |
org.wcb.autohome | |
org.wcb.autohome.implementations | |
org.wcb.autohome.model | |
org.wcb.autohome.util |
Uses of IX10MonitorEvent in org.wcb.autohome |
Methods in org.wcb.autohome with parameters of type IX10MonitorEvent | |
void |
MonitorPanel.addNewRow(IX10MonitorEvent rowData)
Adds a new row to the table model By taking an IX10MonitorEvent object |
void |
MonitorPanel.updateRow(IX10MonitorEvent rowData)
Updates a currently selected row from the details panel information |
void |
MonitorDetailPanel.updateDetailView(IX10MonitorEvent me)
Update the detail view of the row selected. |
Uses of IX10MonitorEvent in org.wcb.autohome.implementations |
Classes in org.wcb.autohome.implementations that implement IX10MonitorEvent | |
class |
X10MonitorEvent
Copyright (C) 1999 Walter Bogaardt This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
Constructors in org.wcb.autohome.implementations with parameters of type IX10MonitorEvent | |
X10MonitorEvent(IX10MonitorEvent iNewO)
Create the X10 monitor event using the interface |
Uses of IX10MonitorEvent in org.wcb.autohome.model |
Methods in org.wcb.autohome.model that return IX10MonitorEvent | |
IX10MonitorEvent |
MonitorTableModel.getModuleOfEventDetected(char cHouse,
int iDevice,
java.lang.String status)
Pass in the house code and device id if it matches one of the items in the listing then return that row Object and update the row with the new time. |
Methods in org.wcb.autohome.model with parameters of type IX10MonitorEvent | |
void |
MonitorTableModel.addRow(IX10MonitorEvent newRow)
Add a row of IX10Monitor object and fire data table change event. |
Uses of IX10MonitorEvent in org.wcb.autohome.util |
Methods in org.wcb.autohome.util with parameters of type IX10MonitorEvent | |
boolean |
EmailService.sendEventMessage(IX10MonitorEvent ev)
This takes an X10MonitorEvent object and sends a message about this monitor to the user specified email address. |
void |
AliceX10AddressListener.runAction(IX10MonitorEvent event)
Run the event from the detected item. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |