blob: 1800876636b7e034060b17066a6f48709f828a82 [file] [log] [blame]
/**
*/
package org.eclipse.osbp.ecview.core.common.model.core;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>YBlur Notifier</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.ecview.core.common.model.core.YBlurNotifier#getLastBlurEvent <em>Last Blur Event</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage#getYBlurNotifier()
* @model interface="true" abstract="true"
* @generated
*/
public interface YBlurNotifier extends EObject {
/**
* Returns the value of the '<em><b>Last Blur Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Last Blur Event</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Last Blur Event</em>' reference.
* @see #setLastBlurEvent(YEmbeddableEvent)
* @see org.eclipse.osbp.ecview.core.common.model.core.CoreModelPackage#getYBlurNotifier_LastBlurEvent()
* @model
* @generated
*/
YEmbeddableEvent getLastBlurEvent();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.core.common.model.core.YBlurNotifier#getLastBlurEvent <em>Last Blur Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Last Blur Event</em>' reference.
* @see #getLastBlurEvent()
* @generated
*/
void setLastBlurEvent(YEmbeddableEvent value);
} // YBlurNotifier