|
|||||||||
| Home >> All >> com >> sample >> tutorial >> update >> controller >> [ update overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sample.tutorial.update.controller.update
Class UpdateController

java.lang.Objectcom.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
- extends java.lang.Object
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:
createComponentin interfacecom.aendvari.cerberus.component.assembly.AssembledComponent
|
|||||||||
| Home >> All >> com >> sample >> tutorial >> update >> controller >> [ update overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.sample.tutorial.update.controller.update.UpdateController