Oracle Java Wireless Client

com.sun.ams
Interface SuiteStoreListener


public interface SuiteStoreListener

A listener interface for processing suite store updates.


Method Summary
 void notifySuiteInstalled(SuiteInfo suite)
          Notifies a listener that suite has been installed
 SuiteInstallerProgressListener notifySuiteInstalling(SuiteInfo suite)
          Notifies a listener that suite is been installing
 void notifySuiteRemoved(SuiteInfo suite)
          Notifies a listener that suite has been removed
 void notifySuiteSettingsChanged(SuiteInfo suite)
          Notifies a listener that suite settings have changed.
 void notifySuiteStateChanged(SuiteInfo suite)
          Notifies a listener that suite state has changed
 

Method Detail

notifySuiteInstalled

void notifySuiteInstalled(SuiteInfo suite)
Notifies a listener that suite has been installed

Parameters:
suite - installed suite

notifySuiteRemoved

void notifySuiteRemoved(SuiteInfo suite)
Notifies a listener that suite has been removed

Parameters:
suite - removed suite

notifySuiteInstalling

SuiteInstallerProgressListener notifySuiteInstalling(SuiteInfo suite)
Notifies a listener that suite is been installing

Parameters:
suite - installing suite
Returns:
instance of AppInstallerPassiveProgressListener to be notified about installation process or null if no notifications needed.

notifySuiteSettingsChanged

void notifySuiteSettingsChanged(SuiteInfo suite)
Notifies a listener that suite settings have changed. This can be the result of SuiteSettings.save() call.

Parameters:
suite - updating suite

notifySuiteStateChanged

void notifySuiteStateChanged(SuiteInfo suite)
Notifies a listener that suite state has changed

Parameters:
suite - updated suite

Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.