![JAR search and dependency download from the Maven repository](/logo.png)
com.threerings.nexus.distrib.Streamer_NexusEvent Maven / Gradle / Ivy
The newest version!
//
// Nexus Core - a framework for developing distributed applications
// http://github.com/threerings/nexus/blob/master/LICENSE
package com.threerings.nexus.distrib;
import com.threerings.nexus.io.Streamable;
import com.threerings.nexus.io.Streamer;
/**
* Handles the streaming of {@link NexusEvent} and/or nested classes.
*/
public class Streamer_NexusEvent
{
public static void writeObjectImpl (Streamable.Output out, NexusEvent obj) {
out.writeInt(obj.targetId);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy