Interface D2ProcessListEventsListener



  • public interface D2ProcessListEventsListener
    Process event listener interfaces used by JAPI to notify clients about events on opened process list.
    • Method Detail

      • onProcessListChange

        void onProcessListChange​(D2ProcessList processListHandle,
                                 java.util.List<ProcessListItem> newList)
        state of any process in the list has been changed
        Parameters:
        processListHandle - handle to process list to which is this change related
        newList - list of items that that values has changed
      • onClose

        void onClose​(CloseReason reason)
        process list close event
        Parameters:
        reason - why the process list has been closed