Interface INotificationData
- All Known Subinterfaces:
IPObjectNotificationData
public interface INotificationData
The basic data related to the notification event. The subclasses of this
interfaces are expected to be created to fit needs of individual events.
- Author:
- banszelj
-
Method Summary
-
Method Details
-
getProject
IProject getProject()- Returns:
- Project, this event occured in, or
null
if not applicable.
-