public void initO: Initialization method called once by browser.
public void start() : Method called after init() and contains code to Start processing. If the user leaves the page and returns without killing the current browser session, the start 0 method is called without being preceded by mit 0.
public void stop(): Stops all processing started by start 0. Done if user moves off page.
public void destroy() : Called if current browser session is being terminated. Frees all resources used by app let.
public void start() : Method called after init() and contains code to Start processing. If the user leaves the page and returns without killing the current browser session, the start 0 method is called without being preceded by mit 0.
public void stop(): Stops all processing started by start 0. Done if user moves off page.
public void destroy() : Called if current browser session is being terminated. Frees all resources used by app let.
No comments:
Post a Comment