Home
last modified time | relevance | path

Searched refs:getDefaultCommandOutputListener (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.core/src/org/eclipse/team/internal/ccvs/core/client/
H A DAdd.java80 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in Add
H A DRTag.java103 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in RTag
H A DTag.java94 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in Tag
H A DUpdate.java69 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in Update
H A DCheckout.java48 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in Checkout
H A DCommand.java113 protected ICommandOutputListener getDefaultCommandOutputListener() { in getDefaultCommandOutputListener() method in Command
410 if (listener == null) listener = getDefaultCommandOutputListener(); in doExecute()