Package io.microsphere.event
Class GenericEvent<S>
- java.lang.Object
-
- java.util.EventObject
-
- io.microsphere.event.Event
-
- io.microsphere.event.GenericEvent<S>
-
- Type Parameters:
S
- the type of event source
- All Implemented Interfaces:
java.io.Serializable
public class GenericEvent<S> extends Event
Genericevent
- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GenericEvent(S source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S
getSource()
-
Methods inherited from class io.microsphere.event.Event
getTimestamp
-
-