Interface SendToActionSupporter

    • Method Detail

      • getSendToClasses

        Class[] getSendToClasses()
        Returns the classes that the supporter generates.
        Returns:
        the classes
      • hasSendToItem

        boolean hasSendToItem​(Class[] cls)
        Checks whether something to send is available.
        Parameters:
        cls - the classes to retrieve an item for
        Returns:
        true if an object is available for sending
      • getSendToItem

        Object getSendToItem​(Class[] cls)
        Returns the object to send.
        Parameters:
        cls - the classes to retrieve an item for
        Returns:
        the item to send, null if nothing available at the moment