public ResultSet(Callback callback, int id, MockRootServer m_RootServer, int len) { this.callback = callback; this.id = id; this.len = len; this.m_RootServer = m_RootServer; m_TotalIndex = 0; callback.registerDelegate(new Callback.RecieveDelegate(delegateReciever)); }
public ClientAPI() { m_RootServer = new MockRootServer(); }