SRC - The type of the source in question.public interface GenericEvent<SRC>
extends org.refcodes.mixin.SourceAccessor<SRC>
GenericEvent is published by an Observable and is consumed
by zero to many Observer instances. The GenericEvent object
describes what the Observable is publishing.
An GenericEvent provides a source being the origin of the
GenericEvent.Copyright © 2018. All rights reserved.