|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsophware.home.io.HomeReceiver
public abstract class HomeReceiver
HomeReceiver is an abstract class that will receive
and distribute HomeEvents to a Home.
Home,
HomeEvent| Constructor Summary | |
|---|---|
HomeReceiver()
|
|
| Method Summary | |
|---|---|
Home |
getHome()
Gets the HomeInterface with whom this HomeReceiver is associated |
void |
setHome(Home home)
Sets the HomeInterface with whom this HomeReceiver is associated |
abstract void |
start()
Starts this HomeReceiver to beging receiving
HomeEvents. |
abstract void |
stop()
Stop this HomeReceiver to halt receiving
HomeEvents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HomeReceiver()
| Method Detail |
|---|
public abstract void start()
throws HomeException
HomeReceiver to beging receiving
HomeEvents.
HomeException
public abstract void stop()
throws HomeException
HomeReceiver to halt receiving
HomeEvents.
HomeExceptionpublic Home getHome()
HomeInterface with whom this HomeReceiver is associated
public void setHome(Home home)
HomeInterface with whom this HomeReceiver is associated
home - the Home with whom this HomeReceiver is associated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||