- Type Parameters:
T - the data type
public interface BusEvent<T>
Event received from the bus.
- Since:
- 1.6.0
-
Method Summary
Returns the source of the data.
Returns a string representation of the event.
-
Method Details
-
getData
Returns the data.
- Returns:
- the data, may be
null
-
getSource
Returns the source of the data.
- Returns:
- publisher, never
null
-
toString
Returns a string representation of the event.
- Overrides:
toString in class Object
- Returns:
- a string representation, never
null