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.GluonObservableListexception, initialized, state
 
- 
 - 
Field Summary- 
Fields inherited from class java.util.AbstractListmodCount
 
- 
 - 
Constructor SummaryConstructors Constructor Description GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, InputStreamInputConverter<E> converter)GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, Class<E> targetClass)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()voidofferChunk(String chunk)Called when a new chunk is received through the SSE channel.- 
Methods inherited from class com.gluonhq.connect.GluonObservableListbuildEventDispatchChain, 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.ModifiableObservableListBaseadd, addAll, addAll, remove, remove, removeAll, removeRange, retainAll, set, setAll, subList
 - 
Methods inherited from class javafx.collections.ObservableListBaseaddAll, 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.AbstractListadd, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator
 - 
Methods inherited from class java.util.AbstractCollectioncontains, containsAll, isEmpty, toArray, toArray, toString
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
 - 
Methods inherited from interface java.util.Listadd, 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.ObservableaddListener, removeListener
 - 
Methods inherited from interface javafx.collections.ObservableListaddAll, addListener, filtered, remove, removeAll, removeListener, retainAll, setAll, setAll, sorted, sorted
 
- 
 
- 
- 
- 
Constructor Detail- 
GluonObservableRemoteFunctionChunkedListImplpublic GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, Class<E> targetClass) 
 - 
GluonObservableRemoteFunctionChunkedListImplpublic GluonObservableRemoteFunctionChunkedListImpl(RemoteFunctionChunkedList function, InputStreamInputConverter<E> converter) 
 
- 
 - 
Method Detail- 
getIdentifierpublic String getIdentifier() - Specified by:
- getIdentifierin interface- GluonObservableImpl<E>
 
 - 
offerChunkpublic void offerChunk(String chunk) Called when a new chunk is received through the SSE channel.- Parameters:
- chunk- the string representing the chunk
 
 
- 
 
-