update copyright
[fedora-idea.git] / plugins / cvs / cvs-plugin / src / com / intellij / cvsSupport2 / cvsoperations / cvsTagOrBranch / ui / TagNameFieldOwner.java
blob416eabd64f31ded29f4f359d1671912801d84111
1 package com.intellij.cvsSupport2.cvsoperations.cvsTagOrBranch.ui;
3 public interface TagNameFieldOwner {
4 void enableOkAction();
6 void disableOkAction(String errorMeesage);
8 boolean tagFieldIsActive();