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

nl.weeaboo.lua2.io.DelayedReader Maven / Gradle / Ivy

package nl.weeaboo.lua2.io;

/**
 * @see LuaSerializer#readDelayed(DelayedReader)
 */
public interface DelayedReader {

    /**
     * This method is called when a 'delayed' object is read.
     *
     * @see LuaSerializer#writeDelayed(Object)
     */
    void onRead(Object obj);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy