public class PDispatcherImpl<T> extends AbstractProperty implements WritableDispatcher<T>
adjusters, listeners, vetos| Constructor and Description |
|---|
PDispatcherImpl(String name,
PropertyType elementType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T v) |
boolean |
isWritable() |
ObservableDispatcher<T> |
readOnly() |
String |
toString() |
adjusters, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitname, type, userObjects, vetoslistenerspublic PDispatcherImpl(String name, PropertyType elementType)
public ObservableDispatcher<T> readOnly()
readOnly in interface ObservableDispatcher<T>readOnly in interface Propertypublic void add(T v)
add in interface WritableDispatcher<T>public boolean isWritable()
isWritable in interface Propertypublic String toString()
toString in class AbstractPropertyCopyright © 2021 vpc open source initiative. All rights reserved.