org.eclipse.net4j.util.event
Class ValueNotifier<VALUE>
java.lang.Object
org.eclipse.net4j.util.event.Notifier
org.eclipse.net4j.util.event.ValueNotifier<VALUE>
- All Implemented Interfaces:
- INotifier
public class ValueNotifier<VALUE>
- extends Notifier
- Since:
- 3.1
- Author:
- Eike Stepper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueNotifier
public ValueNotifier()
ValueNotifier
public ValueNotifier(VALUE value)
ValueNotifier
public ValueNotifier(String id)
ValueNotifier
public ValueNotifier(String id,
VALUE value)
getID
public String getID()
getValue
public VALUE getValue()
setValue
public void setValue(VALUE value)
Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.