public class ViewActivatedEvent extends ViewManagerEvent
| Constructor and Description |
|---|
ViewActivatedEvent(java.lang.Object src,
View view)
Constructs ViewActivatedEvent 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 ViewActivatedEvent(java.lang.Object src,
View view)
src - the source objectview - the view activatedpublic void accept(ViewManagerEventDispatcher visitor)
ViewManagerEventViewManagerEventDispatcher.accept in class ViewManagerEventvisitor - the event dispatcher to visit.