Package org.eclipse.net4j.util.event
Class PropertiesEvent
java.lang.Object
java.util.EventObject
org.eclipse.net4j.util.event.Event
org.eclipse.net4j.util.event.PropertiesEvent
- All Implemented Interfaces:
Serializable,IEvent,IPropertiesEvent
- Since:
- 3.29
- Author:
- Eike Stepper
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
sourceFields inherited from interface org.eclipse.net4j.util.event.IPropertiesEvent
PROP_TYPE -
Constructor Summary
ConstructorsConstructorDescriptionPropertiesEvent(INotifier notifier) PropertiesEvent(INotifier notifier, Map<String, Object> properties) -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> PropertiesEventaddProperty(Class<T> name, T value) final PropertiesEventaddProperty(Object value) final PropertiesEventaddProperty(String name, Object value) fire()protected Stringfinal PropertiesEventremoveProperties(String... names) final PropertiesEventremoveProperty(String name) final PropertiesEventMethods inherited from class org.eclipse.net4j.util.event.Event
formatEventName, getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.net4j.util.event.IPropertiesEvent
type
-
Constructor Details
-
PropertiesEvent
-
PropertiesEvent
-
-
Method Details
-
properties
- Specified by:
propertiesin interfaceIPropertiesEvent
-
modifiableProperties
-
setType
-
addProperty
-
addProperty
-
addProperty
-
removeProperty
-
removeProperties
-
fire
-
formatAdditionalParameters
- Overrides:
formatAdditionalParametersin classEvent
-