Uses of Interface
org.wcb.autohome.interfaces.IRunEvent

Packages that use IRunEvent
org.wcb.autohome.implementations   
org.wcb.autohome.interfaces   
 

Uses of IRunEvent in org.wcb.autohome.implementations
 

Classes in org.wcb.autohome.implementations that implement IRunEvent
 class RunEvent
          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.
 

Methods in org.wcb.autohome.implementations that return IRunEvent
 IRunEvent[] X10MonitorEvent.getRunEvent()
          The interface of a IRunEvent object.
 

Methods in org.wcb.autohome.implementations with parameters of type IRunEvent
 void X10MonitorEvent.setRunEvent(IRunEvent[] iRunEvent)
          THe monitored event might have an action such as run another program or do some other event.
 

Uses of IRunEvent in org.wcb.autohome.interfaces
 

Methods in org.wcb.autohome.interfaces that return IRunEvent
 IRunEvent[] IX10MonitorEvent.getRunEvent()
           
 

Methods in org.wcb.autohome.interfaces with parameters of type IRunEvent
 void IX10MonitorEvent.setRunEvent(IRunEvent[] iEvent)
           
 



Copyright © 1999-2004 Walter Bogaardt. All Rights Reserved.