public static class
ViewProcessor.ProcessorResult
extends
Object
Field Summary
public final
List
<
Change
>
changes
public final
ViewCache
viewCache
Public Constructor Summary
ViewProcessor.ProcessorResult
(
ViewCache
viewCache,
List
<
Change
> changes)
Inherited Method Summary
From class java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
Fields
public final
List
<
Change
>
changes
public final
ViewCache
viewCache
Public Constructors
public
ViewProcessor.ProcessorResult
(
ViewCache
viewCache,
List
<
Change
> changes)
Parameters
viewCache
changes