All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scaffold.libs_as.feathers.core.IToolTipManager.as Maven / Gradle / Ivy

/*
Feathers
Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved.

This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.core
{
	/**
	 * Interface for tool tip management.
	 *
	 * @see ../../../help/tool-tips.html Tool tips in Feathers
	 * @see feathers.core.ToolTipManager
	 */
	public interface IToolTipManager
	{
		/**
		 * Cleans up event listeners and display objects used by the tool tip
		 * manager.
		 */
		function dispose():void;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy