Interface DestinationAccessor<DEST>

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

public interface DestinationAccessor<DEST>
Provides an accessor for a destination property for e.g. destination of an event.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  DestinationAccessor.DestinationMutator<DEST>
    Provides a mutator for a destination property for e.g. destination of an event.
    static interface  DestinationAccessor.DestinationProperty<DEST>
    Provides a destination property for e.g. destination of an event.
  • Method Summary

    Modifier and Type Method Description
    DEST getDestination()
    Retrieves the destination from the destination property.
  • Method Details

    • getDestination

      DEST getDestination()
      Retrieves the destination from the destination property.
      Returns:
      The destination stored by the destination property.