Module swim.dynamic.observable
Package swim.dynamic.observable.function
Class GuestDidUpdateIndex<V>
- java.lang.Object
- 
- swim.dynamic.BridgeGuest
- 
- swim.dynamic.observable.function.GuestDidUpdateIndex<V>
 
 
- 
- All Implemented Interfaces:
- Preemptive,- GuestWrapper,- DidUpdateIndex<V>
 
 public class GuestDidUpdateIndex<V> extends BridgeGuest implements DidUpdateIndex<V> 
- 
- 
Field Summary- 
Fields inherited from class swim.dynamic.BridgeGuestbridge, guest
 
- 
 - 
Constructor SummaryConstructors Constructor Description GuestDidUpdateIndex(Bridge bridge, Object guest)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddidUpdate(int index, V newValue, V oldValue)- 
Methods inherited from class swim.dynamic.BridgeGuestbridge, unwrap
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface swim.concurrent.PreemptiveisPreemptive
 
- 
 
-