Interface sfclasses.Refreshable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sfclasses.Refreshable

public interface Refreshable
extends Object
This interface is used to refresh a frame after a child dialog box has terminated. Normally the parent frame has no possibility to know when the child window closes. If the parent frame class implements Refreshable, the parent frame object can be passed to the child window as a parameter when creating it. The child window can then call the refresh() method of the Refreshable object before closing. The parent frame can implement any cleanup or update code in the refresh() method.

Method Index

 o refresh()

Methods

 o refresh
  public abstract void refresh()

All Packages  Class Hierarchy  This Package  Previous  Next  Index