public abstract class AbstractEvent<SRC> extends Object implements Event<SRC>
| Constructor and Description |
|---|
AbstractEvent(SRC aSource)
Constructs an event with the given source.
|
public AbstractEvent(SRC aSource)
aAction - The action which the ActionEvent represents.aSource - The source from which this event originated.Copyright © 2017. All rights reserved.