Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sample.tutorial.update.controller.update
Class UpdateController  view UpdateController download UpdateController.java

java.lang.Object
  extended bycom.sample.tutorial.update.controller.update.UpdateController
All Implemented Interfaces:
com.aendvari.cerberus.component.assembly.AssembledComponent

public class UpdateController
extends java.lang.Object
implements com.aendvari.cerberus.component.assembly.AssembledComponent

Update controller.


Nested Class Summary
protected  class UpdateController.OpenListener
           
protected  class UpdateController.UpdateListener
           
 
Field Summary
protected  com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor
           
protected  java.lang.String model
           
 
Constructor Summary
UpdateController()
           
 
Method Summary
 void createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context, com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
          Creates the component based on the provided descriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptor

protected com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor

model

protected java.lang.String model
Constructor Detail

UpdateController

public UpdateController()
Method Detail

createComponent

public void createComponent(com.aendvari.cerberus.component.assembly.AssemblyContext context,
                            com.aendvari.cerberus.component.descriptor.ComponentDescriptor descriptor)
Creates the component based on the provided descriptor.

Specified by:
createComponent in interface com.aendvari.cerberus.component.assembly.AssembledComponent