-
- Type Parameters:
SRC
- The type of the source in question.
- All Known Subinterfaces:
SourceAccessor.SourceProperty<SRC>
public interface SourceAccessor<SRC>
Provides an accessor for a source property for e.g. source of an event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SourceAccessor.SourceMutator<SRC>
Provides a mutator for a source property for e.g. source of an event.static interface
SourceAccessor.SourceProperty<SRC>
Provides a source property for e.g. source of an event.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SRC
getSource()
Retrieves the source from the source property.
-
-
-
Method Detail
-
getSource
SRC getSource()
Retrieves the source from the source property.- Returns:
- The source stored by the source property.
-
-