org.onebusaway.transit_data_federation.services.serialization
Interface EntryCallback<T>

Type Parameters:
T - callback

public interface EntryCallback<T>

A simple callback interface with a single typed argument. Used in the EntryIdAndCallback to support large object graph serialization.

Author:
bdferris
See Also:
EntryIdAndCallback

Method Summary
 void handle(T entry)
           
 

Method Detail

handle

void handle(T entry)


Copyright © 2012 OneBusAway. All Rights Reserved.