com.vaadin.server.widgetsetutils.metadata
Class OnStateChangeVisitor

java.lang.Object
  extended by com.vaadin.server.widgetsetutils.metadata.TypeVisitor
      extended by com.vaadin.server.widgetsetutils.metadata.OnStateChangeVisitor

public class OnStateChangeVisitor
extends TypeVisitor

Visits Connector classes and check for methods with @OnStateChange annotations.

Since:
7.2
Author:
Vaadin Ltd

Constructor Summary
OnStateChangeVisitor()
           
 
Method Summary
 void visitConnector(TreeLogger logger, JClassType type, ConnectorBundle bundle)
           
 
Methods inherited from class com.vaadin.server.widgetsetutils.metadata.TypeVisitor
init, visitClientRpc, visitServerRpc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnStateChangeVisitor

public OnStateChangeVisitor()
Method Detail

visitConnector

public void visitConnector(TreeLogger logger,
                           JClassType type,
                           ConnectorBundle bundle)
                    throws UnableToCompleteException
Overrides:
visitConnector in class TypeVisitor
Throws:
UnableToCompleteException


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.