public class ViewAddedEvent extends ViewManagerEvent
| Constructor and Description |
|---|
ViewAddedEvent(java.lang.Object src,
View viewAdded)
Constructs ViewAddedEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ViewManagerEventDispatcher visitor)
Visitor pattern styled method used when dispatching
the view manager event in the
ViewManagerEventDispatcher. |
getView, toStringisCancelled, setCancelledpublic ViewAddedEvent(java.lang.Object src,
View viewAdded)
src - the source objectviewAdded - the view added to the ViewManagerpublic void accept(ViewManagerEventDispatcher visitor)
ViewManagerEventViewManagerEventDispatcher.accept in class ViewManagerEventvisitor - the event dispatcher to visit.