public interface Viewable extends Iterable<EventBean>
Modifier and Type | Method and Description |
---|---|
View |
getChild() |
EventType |
getEventType()
Provides metadata information about the type of object the event collection contains.
|
Iterator<EventBean> |
iterator()
Allows iteration through all elements in this viewable.
|
void |
setChild(View view) |
forEach, spliterator
void setChild(View view)
View getChild()
EventType getEventType()
Copyright © 2005–2018. All rights reserved.