Interface PickUp


public interface PickUp
This interface describes the behaviour for a class that can pick up results.
Author:
Lennart Martens
  • Method Summary

    Modifier and Type Method Description
    void sendIncoming​(Object aObject)
    This method should be called by the notifier when appropriate.
  • Method Details

    • sendIncoming

      void sendIncoming​(Object aObject)
      This method should be called by the notifier when appropriate.
      Parameters:
      aObject - Object with the data that should be sent.