|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.starteam.events.NotificationEvent
public final class NotificationEvent
An event triggered whenever a "notification" for a given Item is added or removed on the server.
NotificationListener,
View.addItemListener(com.starteam.events.IItemListener, com.starteam.Item.Type),
Folder.addItemListener(com.starteam.events.IItemListener, com.starteam.Item.Type, int),
ViewMemberListManager.addItemListener(com.starteam.events.IItemListener),
Serialized Form| Method Summary | |
|---|---|
Item |
getItem()
Gets the Item whose notification state has changed. |
java.lang.String |
toString()
Gets a short description of this NotificationEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Item getItem()
Item.getParentItem() will return a valid parent Folder object. For performance reasons, the same Folder object may be modified and re-used in subsequent events. If an application wants to modify the Folder, or save its state for later use, it should make its own private copy.
Itempublic java.lang.String toString()
toString in class java.util.EventObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||