Package org.apache.hop.ui.core.bus
Interface IHopGuiEventListener<T>
-
- Type Parameters:
T- The optional type of the event
public interface IHopGuiEventListener<T>This lamda allows you to be notified of certain events in the Hop GUI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevent(HopGuiEvent<T> event)
-
-
-
Method Detail
-
event
void event(HopGuiEvent<T> event) throws HopException
- Throws:
HopException
-
-