|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.clients.CoreClientEvent
public abstract class CoreClientEvent
A base class for all TFS core client events. Provides access to an
EventSource
object that provides event source context.
Constructor Summary | |
---|---|
CoreClientEvent(EventSource source)
Creates an event object with the given EventSource . |
Method Summary | |
---|---|
EventSource |
getEventSource()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreClientEvent(EventSource source)
EventSource
.
source
- an EventSource
object that describes the environment at
the time this event was fired (must not be null
)Method Detail |
---|
public EventSource getEventSource()
EventSource
object that describes the environment at
the time this event was fired.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |