com.threerings.nexus.net
Class Upstream.PostEvent
java.lang.Object
com.threerings.nexus.net.Upstream.PostEvent
- All Implemented Interfaces:
- Streamable, Upstream
- Enclosing interface:
- Upstream
public static class Upstream.PostEvent
- extends Object
- implements Upstream
A request to post an event on the server.
Method Summary |
void |
dispatch(Upstream.Handler handler)
Dispatches this message to the appropriate method on the supplied handler. |
event
public final NexusEvent event
- The event to be posted.
Upstream.PostEvent
public Upstream.PostEvent(NexusEvent event)
dispatch
public void dispatch(Upstream.Handler handler)
- Description copied from interface:
Upstream
- Dispatches this message to the appropriate method on the supplied handler.
- Specified by:
dispatch
in interface Upstream
Copyright © 2013. All Rights Reserved.