public class ReadOnlyDispatcher<T> extends DelegateProperty implements ObservableDispatcher<T>
base, listeners, vetos| Constructor and Description |
|---|
ReadOnlyDispatcher(ObservableDispatcher<T> base) |
| Modifier and Type | Method and Description |
|---|---|
ObservableDispatcher<T> |
getBase() |
boolean |
isWritable() |
ObservableDispatcher<T> |
readOnly() |
listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitname, type, userObjects, vetoslistenerspublic ReadOnlyDispatcher(ObservableDispatcher<T> base)
public ObservableDispatcher<T> getBase()
getBase in class DelegatePropertypublic boolean isWritable()
isWritable in interface PropertyisWritable in class DelegatePropertypublic ObservableDispatcher<T> readOnly()
readOnly in interface ObservableDispatcher<T>readOnly in interface PropertyCopyright © 2021 vpc open source initiative. All rights reserved.