blob: 4a2ec607bcbc6e906fee74aa3a2e90e3cf6a21b5 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2019 Mia-Software and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Nicolas Bros (Mia-Software) - Bug 334539 - [celleditors] change listener
*******************************************************************************/
package org.eclipse.modisco.facet.widgets.celleditors;
public interface IListener {
/** Sent when an event that the receiver has registered for occurs. */
void handleEvent();
}