org.apache.ambari.view
Interface View


public interface View

Interface for main view class.


Method Summary
 void onCreate(ViewInstanceDefinition definition)
          Called by the view framework when the given instance is being created.
 void onDeploy(ViewDefinition definition)
          Called by the view framework when the given view is being deployed.
 void onDestroy(ViewInstanceDefinition definition)
          Called by the view framework when the given instance is being destroyed.
 

Method Detail

onDeploy

void onDeploy(ViewDefinition definition)
Called by the view framework when the given view is being deployed.

Parameters:
definition - the view definition

onCreate

void onCreate(ViewInstanceDefinition definition)
Called by the view framework when the given instance is being created.

Parameters:
definition - the view instance definition

onDestroy

void onDestroy(ViewInstanceDefinition definition)
Called by the view framework when the given instance is being destroyed.

Parameters:
definition - the view instance definition


Copyright © 2015 Apache Software Foundation. All rights reserved.