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