Package org.apache.hop.ui.core.bus
Class HopGuiEvent<T>
- java.lang.Object
-
- org.apache.hop.ui.core.bus.HopGuiEvent<T>
-
public class HopGuiEvent<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description HopGuiEvent(String id)HopGuiEvent(String id, T subject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()Gets idTgetSubject()Gets subjectinthashCode()voidsetId(String id)voidsetSubject(T subject)StringtoString()
-