Class DelayedResponse

java.lang.Object
com.fishlib.base.Command
com.fishlib.net.Response
com.illumon.iris.db.tables.remotequery.DelayedResponse
All Implemented Interfaces:
Externalizable, Serializable

public class DelayedResponse
extends com.fishlib.net.Response
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DelayedResponse()  
    DelayedResponse​(com.fishlib.base.Command cmd, Object... args)  
  • Method Summary

    Modifier and Type Method Description
    Object[] getArgs()  

    Methods inherited from class com.fishlib.base.Command

    equals, getCmdId, getCommand, getResponseId, hashCode, readExternal, setArgs, setCmdId, setCommand, setResponseId, toString, writeExternal

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait