]> git.argeo.org Git - lgpl/argeo-commons.git/blob - org.argeo.api.cms/src/org/argeo/api/cms/ux/CmsEditionListener.java
Prepare next development cycle
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / ux / CmsEditionListener.java
1 package org.argeo.api.cms.ux;
2
3 public interface CmsEditionListener {
4 void editionStarted(CmsEditionEvent e);
5
6 void editionStopped(CmsEditionEvent e);
7 }