com.togethersoft.openapi.vcs
Interface VcsProviderEvent


public interface VcsProviderEvent

Author:
TogetherSoft
Stereotype new

Field Summary
 final static intPROCESSING
           
 final static intRECEIVE
           
 final static intSEND
           

Method Summary
 intgetAmountPerformed()
           
 intgetAmountTotal()
           
 intgetOpCode()
           
 StringgetOpName()
           

Field Detail

PROCESSING

public final static int PROCESSING

RECEIVE

public final static int RECEIVE

SEND

public final static int SEND
Method Detail

getAmountPerformed

public int getAmountPerformed()
Returns: part of work that is already performed related to total amount of work that is returned by
int getAmountTotal(); method

getAmountTotal

public int getAmountTotal()
Returns: total amount of work to be performed

getOpCode

public int getOpCode()
Returns: operation code SEND, RECEIVE or PROCESSING

getOpName

public String getOpName()
Returns: operation name