org.netbeans.lib.collab
Interface PersonalStoreServiceListener


public interface PersonalStoreServiceListener

Callback object to notify any asynchromous changes in the PersonalStoreEntry objects.

Since:
version 0.1

Method Summary
 void onEvent(PersonalStoreEvent event)
          invoked when an change of event for PersonalStoreEntry happens
 

Method Detail

onEvent

public void onEvent(PersonalStoreEvent event)
invoked when an change of event for PersonalStoreEntry happens

Parameters:
event - A PersonalStoreEvent signifying any changes in the PersonalStoreEntry