X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.ui%2Fsrc%2Forg%2Fsimantics%2Fui%2Ftoolbar%2FCommandStateListener.java;h=8c193d4ba41c22ed435d673c2b70750ed0b43c54;hb=560d8aa2e37cb6b0249aec6d7e96e67d5a64c59f;hp=5381eb833d2bba126510d608fe1d489a29913810;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.ui/src/org/simantics/ui/toolbar/CommandStateListener.java b/bundles/org.simantics.ui/src/org/simantics/ui/toolbar/CommandStateListener.java index 5381eb833..8c193d4ba 100644 --- a/bundles/org.simantics.ui/src/org/simantics/ui/toolbar/CommandStateListener.java +++ b/bundles/org.simantics.ui/src/org/simantics/ui/toolbar/CommandStateListener.java @@ -1,15 +1,15 @@ -package org.simantics.ui.toolbar; - -import org.eclipse.ui.IWorkbenchPart; - -/** - * Interface for listening command states. - * - * @author Marko Luukkainen - * - */ -public interface CommandStateListener { - - public void stateChanged(IWorkbenchPart part, String commandId, String state); - -} +package org.simantics.ui.toolbar; + +import org.eclipse.ui.IWorkbenchPart; + +/** + * Interface for listening command states. + * + * @author Marko Luukkainen + * + */ +public interface CommandStateListener { + + public void stateChanged(IWorkbenchPart part, String commandId, String state); + +}