com.dlsc.flexgantt.swing
Interface ITimelineObjectPathMessage

All Superinterfaces:
IMessage
All Known Implementing Classes:
TimelineObjectPathMessage

public interface ITimelineObjectPathMessage
extends IMessage

A message that is related to an object on the timeline. This message is associated with a timeline object path allowing the user interface to take the user to the referenced object.

Since:
1.0
Author:
Dirk Lemmermann
See Also:
IMessageListener, AbstractGanttChart.addMessage(IMessage)

Method Summary
 TimelineObjectPath getTimelineObjectPath()
          A path to the timeline object.
 
Methods inherited from interface com.dlsc.flexgantt.swing.IMessage
getMessageDetails, getMessageText, getMessageTime, getMessageTypeId
 

Method Detail

getTimelineObjectPath

TimelineObjectPath getTimelineObjectPath()
A path to the timeline object.

Returns:
the referenced timeline object
Since:
1.0