com.starteam.events
Class ViewEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.starteam.events.ViewEvent
All Implemented Interfaces:
java.io.Serializable

public final class ViewEvent
extends java.util.EventObject

An event triggered whenever a View is added, changed or deleted on the server.

See Also:
ViewListener, Project.addViewListener(com.starteam.events.ViewListener), Serialized Form

Method Summary
 View getView()
          Gets the View that has been added, changed or deleted, in its new state.
 java.lang.String toString()
          Gets a short description of this ViewEvent.
 
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

getView

public View getView()
Gets the View that has been added, changed or deleted, in its new state.

Returns:
The View that has been added, changed or deleted, in its new state.
See Also:
View

toString

public java.lang.String toString()
Gets a short description of this ViewEvent.

Overrides:
toString in class java.util.EventObject
Returns:
A short description of this ViewEvent.


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.