Package org.refcodes.mixin
Interface SourceAccessor<SRC>
-
- 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 interfaceSourceAccessor.SourceMutator<SRC>Provides a mutator for a source property for e.g. source of an event.static interfaceSourceAccessor.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 SRCgetSource()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.
-
-