All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.code.proto.streamio.IPBStreamReaderCallback Maven / Gradle / Ivy

Go to download

A package to read and write Google Protocol Buffer messages to and from Input and Output Streams

There is a newer version: 1.5.5
Show newest version
package com.google.code.proto.streamio;

import com.google.protobuf.GeneratedMessage;

/**
 * interface to handle de-serialized messages
 * 
 * @param  Parameterized Type inheriting from GeneratedMessage
 * 
 * @author nichole
 */
public interface IPBStreamReaderCallback {
    
    public void handleDeserializedMessage(T message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy