com.plumtree.server
Interface IPTSessionPrefChangeNotification


public interface IPTSessionPrefChangeNotification

This interface defines the method to be called when there's a change in session prefs.

Author:
Erick Setiawan

Method Summary
 void OnSessionPrefAdd(java.lang.String strSessionPreference, java.lang.String strValue)
          Call this method when there's a new session pref being added.
 void OnSessionPrefRemove(java.lang.String strSessionPreference)
           
 

Method Detail

OnSessionPrefAdd

void OnSessionPrefAdd(java.lang.String strSessionPreference,
                      java.lang.String strValue)
Call this method when there's a new session pref being added.


OnSessionPrefRemove

void OnSessionPrefRemove(java.lang.String strSessionPreference)


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.