Interface DestinationAccessor.DestinationMutator<DEST>

  • Type Parameters:
    DEST - The type of the destination in question.
    All Known Subinterfaces:
    DestinationAccessor.DestinationProperty<DEST>
    Enclosing interface:
    DestinationAccessor<DEST>

    public static interface DestinationAccessor.DestinationMutator<DEST>
    Provides a mutator for a destination property for e.g. destination of an event.
    • Method Detail

      • setDestination

        void setDestination​(DEST aDestination)
        Sets the destination for the destination property.
        Parameters:
        aDestination - The destination to be stored by the destination property.