| Constructor and Description |
|---|
VanillaReference(RequestContext context,
Asset asset,
MapView<String,E,E> underlying) |
VanillaReference(String name,
Class type,
MapView<String,E,E> mapView) |
| Modifier and Type | Method and Description |
|---|---|
E |
get() |
void |
registerSubscriber(Subscriber<E> subscriber) |
void |
remove() |
void |
set(E event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAndRemove, getAndSet, publishapply, apply, asyncUpdate, asyncUpdate, syncUpdate, syncUpdatepublic VanillaReference(@NotNull
RequestContext context,
Asset asset,
MapView<String,E,E> underlying)
throws AssetNotFoundException
AssetNotFoundExceptionpublic void set(E event)
public E get()
public void registerSubscriber(Subscriber<E> subscriber) throws AssetNotFoundException
registerSubscriber in interface Publisher<E>AssetNotFoundExceptionCopyright © 2015. All rights reserved.