Uiinfrastructure API Docs  
 

AppWarmUp.setNotification Method 

This is the first method any tool should call that wants to know if startup is successful. It sets a callback class used by the startup for notification. Calling this is optional.

public static void setNotification(
   IStartupNotification notify
);

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace