Interface GetObjectListListener



  • public interface GetObjectListListener
    Listener interface to accept object list.
    • Method Detail

      • onObjectInfoArray

        void onObjectInfoArray​(D2ObjectInfo[] objectInfoArray,
                               int awaitingCount)
        Called when a page of objectlist is received.
        Parameters:
        objectInfoArray - array of objectinfo-s
        awaitingCount - how many more objects are expected. Last call is indicated by value 0.