|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.android_scripting.SimpleServer
com.googlecode.android_scripting.facade.EventServer
public class EventServer
An Event Forwarding server that forwards events from the rpc queue in realtime to listener clients.
SimpleServer| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.googlecode.android_scripting.SimpleServer |
|---|
SimpleServer.SimpleServerObserver |
| Constructor Summary | |
|---|---|
EventServer()
|
|
EventServer(int port)
|
|
| Method Summary | |
|---|---|
java.net.InetSocketAddress |
getAddress()
|
void |
onEventReceived(Event event)
|
void |
shutdown()
|
| Methods inherited from class com.googlecode.android_scripting.SimpleServer |
|---|
addObserver, getNumberOfConnections, getPublicInetAddress, removeObserver, startAllInterfaces, startLocal, startPublic |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventServer()
public EventServer(int port)
| Method Detail |
|---|
public java.net.InetSocketAddress getAddress()
public void shutdown()
shutdown in class SimpleServerpublic void onEventReceived(Event event)
onEventReceived in interface EventFacade.EventObserver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||