Interface NeoQueue.IAsyncErrFirstCb<T>

All Known Implementing Classes:
NeoQueue.AsyncCallback
Enclosing class:
NeoQueue<T,V>

public static interface NeoQueue.IAsyncErrFirstCb<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    done(Object e, T v)
     
  • Method Details