com.threerings.io
Interface Streamable.Closure

All Superinterfaces:
Streamable
All Known Implementing Classes:
ChatChannelManager.ChannelAction, PeerManager.NodeAction, PeerManager.NodeRequest
Enclosing interface:
Streamable

public static interface Streamable.Closure
extends Streamable

A marker interface for streamable classes that expect to be extended anonymously, but for which the implicit outer class reference can (and should) be ignored. This allows one to package up units of code and ship them between peers, or even between client and server.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure