A - The type of the action stored in the event.SRC - The type of the source in question.public interface MetaDataActionEvent<A,SRC> extends ActionEvent<A,SRC>, MetaDataEvent<SRC>
MetaDataActionEvent is published by an Observable and is
consumed by zero to many Observer instances. The
MetaDataActionEvent object describes what the Observable is
publishing in more detail than a plain ActionEvent.
An MetaDataActionEvent provides meta-data describing the
ActionEvent in more detail and a source being the origin of the
MetaDataActionEvent.
getActionCopyright © 2018. All rights reserved.