/* * $Id: IWSlideChangeListener.java,v 1.2 2006/10/12 17:49:18 valdas Exp $ * Created on Mar 24, 2006 * * Copyright (C) 2006 Idega Software hf. All Rights Reserved. * * This software is the proprietary information of Idega hf. * Use is subject to license terms. */ package com.idega.slide.business; public interface IWSlideChangeListener { public void onSlideChange(IWContentEvent contentEvent); }