SRC - The type of the source in question.public interface MetaDataEvent<SRC> extends Event<SRC>, org.refcodes.mixin.MetaDataAccessor<EventMetaData>
MetaDataEvent is published by an Observable and is
consumed by zero to many Observer instances. The
MetaDataEvent object describes what the Observable is
publishing in more detail than a plain ActionEvent.
An MetaDataEvent provides meta-data describing the
ActionEvent in more detail and a source being the origin of the
MetaDataEvent.
Copyright © 2018. All rights reserved.