Package com.dassault_systemes.catweb.base.catlet.controller

   
Interface Controller

 
Class Hierarchy
com.dassault_systemes.catweb.base.catlet.controller.Controller
Class Location

Framework : PortalBase

Module : PLBbase

Class Description

public interface Controller

The interface for controllers

Field Summary

Constructor Summary

Method Summary
public void cleanup()
Purges the MVC element Using this method to purge the internal structure of the controller (Thread, sockets...), before its destruction
public void start()
Starts the state graph of the controller
public void stop()
Stops the state graph of the controller


Field Detail

Constructor Detail

Method Detail

cleanup

    public void cleanup()

Purges the MVC element Using this method to purge the internal structure of the controller (Thread, sockets...), before its destruction


start

    public void start()

Starts the state graph of the controller


stop

    public void stop()

Stops the state graph of the controller



Copyright © 2000, Dassault Systèmes. All rights reserved