org.netbeans.modules.versioning.core/1 1.5.0 1

org.netbeans.modules.versioning.core.spi
Class VCSHistoryProvider.HistoryEvent

java.lang.Object
  extended by org.netbeans.modules.versioning.core.spi.VCSHistoryProvider.HistoryEvent
Enclosing interface:
VCSHistoryProvider

public static final class VCSHistoryProvider.HistoryEvent
extends Object

Event notifying a change in the history of some files.


Constructor Summary
VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source, VCSFileProxy[] files)
          Creates a new HistoryEvent
 
Method Summary
 VCSFileProxy[] getFiles()
          Creates a new HistoryEvent
 VCSHistoryProvider getSource()
          Returns files which history has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCSHistoryProvider.HistoryEvent

public VCSHistoryProvider.HistoryEvent(VCSHistoryProvider source,
                                       VCSFileProxy[] files)
Creates a new HistoryEvent

Parameters:
source - VCSHistoryProvider representing the versioning system in which a history change happened.
files - the files which history has changed
Method Detail

getFiles

public VCSFileProxy[] getFiles()
Creates a new HistoryEvent

Parameters:
source - VCSHistoryProvider representing the versioning system in which a history change happened.
files - the files which history has changed

getSource

public VCSHistoryProvider getSource()
Returns files which history has changed.

Returns:
files

org.netbeans.modules.versioning.core/1 1.5.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.