GWT 2.7.0

Uses of Interface
com.google.web.bindery.autobean.shared.AutoBeanVisitor.Context

Packages that use AutoBeanVisitor.Context
com.google.web.bindery.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
 

Uses of AutoBeanVisitor.Context in com.google.web.bindery.autobean.shared
 

Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanVisitor.Context
 void AutoBeanVisitor.endVisit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
          Called after visiting an AutoBean.
 boolean AutoBeanVisitor.visit(AutoBean<?> bean, AutoBeanVisitor.Context ctx)
          Called when visiting an AutoBean.
 


GWT 2.7.0