org.apache.bookkeeper.client
Interface AsyncCallback.CreateCallback

Enclosing interface:
AsyncCallback

public static interface AsyncCallback.CreateCallback


Method Summary
 void createComplete(int rc, LedgerHandle lh, Object ctx)
          Declaration of callback method
 

Method Detail

createComplete

void createComplete(int rc,
                    LedgerHandle lh,
                    Object ctx)
Declaration of callback method

Parameters:
rc - return status
lh - ledger handle
ctx - control object