com.togethersoft.openapi.ide.project
Interface IdeProjectEvent


public interface IdeProjectEvent

This event is fired when some actions about a project occurred.


The getProject method allows to get the IdeProject this event relates to.

Author:
TogetherSoft
Since: Together 3.0

Method Summary
 IdeProjectgetProject()
          Returns the IdeProject this event relates to.

Method Detail

getProject

public IdeProject getProject()
Returns the IdeProject this event relates to.
Returns: the IdeProject this event relates to