public class Event<S,D> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected D |
data |
protected String |
eventName |
protected S |
source |
public Event(String name, S source, D data)
name - The name of the eventsource - The object on which the Event initially occurred.data - the object that the source object is working onpublic String getEventName()
public S getSource()
public D getData()
Copyright © 2021 eXo Platform SAS. All Rights Reserved.