| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.lib.collab.PersonalStoreEvent
This object will be used to notify the changes in the PersonalStoreEntry objects.
| Field Summary | |
| static int | TYPE_ADDEDindicates that the PersonalStoreEntry has been added | 
| static int | TYPE_MODIFIEDindicates that the PersonalStoreEntry has been modified | 
| static int | TYPE_REMOVEDindicates that the PersonalStoreEntry has been removed | 
| Constructor Summary | |
| PersonalStoreEvent(int type,
                   PersonalStoreEntry entry) | |
| Method Summary | |
|  PersonalStoreEntry | getEntry()Returns the entry associated with this event | 
|  int | getType()Returns the event type | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final int TYPE_ADDED
public static final int TYPE_MODIFIED
public static final int TYPE_REMOVED
| Constructor Detail | 
public PersonalStoreEvent(int type,
                          PersonalStoreEntry entry)
| Method Detail | 
public int getType()
public PersonalStoreEntry getEntry()
public java.lang.String toString()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||