com.jp.protection.pub.pro.ls
Interface LauncherConfigStorageListener

All Superinterfaces:
java.util.EventListener

public interface LauncherConfigStorageListener
extends java.util.EventListener

Defines the listener for various LauncherConfigStorage events

Since:
3.0

Method Summary
 void launcherConfigAdded(LauncherConfigStorage aSource, ProtectionLauncherConfig aLauncherConfig)
          This method is called to notify the listener that a launcher configuration has been added
 void launcherConfigRemoved(LauncherConfigStorage aSource, ProtectionLauncherConfig aLauncherConfig)
          This method is called to notify the listener that a launcher configuration has been removed
 void launcherConfigStorageLoaded(LauncherConfigStorage aSource)
          This method is called to notify the listener that the storage has been loaded
 void launcherConfigStorageSaved(LauncherConfigStorage aSource)
          This method is called to notify the listener that the storage has been saved
 

Method Detail

launcherConfigAdded

void launcherConfigAdded(LauncherConfigStorage aSource,
                         ProtectionLauncherConfig aLauncherConfig)
This method is called to notify the listener that a launcher configuration has been added

Parameters:
aSource - storage launcher configuration was added to
aLauncherConfig - added launcher configuration

launcherConfigRemoved

void launcherConfigRemoved(LauncherConfigStorage aSource,
                           ProtectionLauncherConfig aLauncherConfig)
This method is called to notify the listener that a launcher configuration has been removed

Parameters:
aSource - storage launcher configuration was removed from
aLauncherConfig - removed launcher configuration

launcherConfigStorageLoaded

void launcherConfigStorageLoaded(LauncherConfigStorage aSource)
This method is called to notify the listener that the storage has been loaded

Parameters:
aSource - storage

launcherConfigStorageSaved

void launcherConfigStorageSaved(LauncherConfigStorage aSource)
This method is called to notify the listener that the storage has been saved

Parameters:
aSource - storage