com.sas.awt
Interface WindowInitInterface

All Known Subinterfaces:
WindowInit2Interface

public interface WindowInitInterface

This interface must be implemented by applets and frames that wish to be initialized by a separate thread (see WindowInitThread).


Method Summary
 void createROCFComponents()
          Create any necessary ROCF (Remote Object Class Factory) components.
 void initConnections()
          Initialize event listeners and object links.
 void postInit()
          Post-initialize the frame.
 

Method Detail

createROCFComponents

void createROCFComponents()
Create any necessary ROCF (Remote Object Class Factory) components. This includes creating a factory (if necessary) and connecting to the remote host. All remote objects are also initialized and made ready for use.


initConnections

void initConnections()
Initialize event listeners and object links.


postInit

void postInit()
Post-initialize the frame. This allows the user a place to put additional initialization code.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.