Module com.gluonhq.cloudlink.client
Class GluonObservableRemoteFunctionChunkedListImpl<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- javafx.collections.ObservableListBase<E>
-
- javafx.collections.ModifiableObservableListBase<E>
-
- com.gluonhq.connect.GluonObservableList<E>
-
- com.gluonhq.impl.cloudlink.client.data.function.GluonObservableRemoteFunctionChunkedListImpl<E>
-
- All Implemented Interfaces:
GluonObservable
,GluonObservableImpl<E>
,Iterable<E>
,Collection<E>
,List<E>
,Observable
,ObservableList<E>
,EventTarget
public class GluonObservableRemoteFunctionChunkedListImpl<E> extends GluonObservableList<E> implements GluonObservableImpl<E>
-
-
Property Summary
-
Properties inherited from class com.gluonhq.connect.GluonObservableList
exception, initialized, state
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, InputStreamInputConverter<E> converter)
GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, Class<E> targetClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
void
offerChunk(String chunk)
Called when a new chunk is received through the SSE channel.-
Methods inherited from class com.gluonhq.connect.GluonObservableList
buildEventDispatchChain, doAdd, doRemove, doSet, exceptionProperty, get, getException, getState, initializedProperty, isInitialized, setException, setOnCancelled, setOnFailed, setOnReady, setOnRemoved, setOnRunning, setOnSucceeded, setState, size, stateProperty
-
Methods inherited from class javafx.collections.ModifiableObservableListBase
add, addAll, addAll, remove, remove, removeAll, removeRange, retainAll, set, setAll, subList
-
Methods inherited from class javafx.collections.ObservableListBase
addAll, addListener, addListener, beginChange, endChange, fireChange, hasListeners, nextAdd, nextPermutation, nextRemove, nextRemove, nextReplace, nextSet, nextUpdate, remove, removeAll, removeListener, removeListener, retainAll, setAll
-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator
-
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface javafx.beans.Observable
addListener, removeListener
-
Methods inherited from interface javafx.collections.ObservableList
addAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
-
-
-
-
Constructor Detail
-
GluonObservableRemoteFunctionChunkedListImpl
public GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, Class<E> targetClass)
-
GluonObservableRemoteFunctionChunkedListImpl
public GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, InputStreamInputConverter<E> converter)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifier
in interfaceGluonObservableImpl<E>
-
offerChunk
public void offerChunk(String chunk)
Called when a new chunk is received through the SSE channel.- Parameters:
chunk
- the string representing the chunk
-
-