org.activemath.events.tags
Interface TutorialComponentEventTag

All Superinterfaces:
ApplicationEventTag, InteractionEventTag, SessionEventTag, UserEventTag
All Known Implementing Classes:
TutorialInteractionEvent

public interface TutorialComponentEventTag
extends InteractionEventTag, ApplicationEventTag

Event Tag: event is associated to the tutorial component.


Method Summary
 String getTutorialInteractionId()
           
 void setTutorialInteractionId(String string)
           
 
Methods inherited from interface org.activemath.events.tags.UserEventTag
getGroupId, getUserId, setGroupId, setUserId
 
Methods inherited from interface org.activemath.events.tags.SessionEventTag
getSessionId, setSessionId
 

Method Detail

getTutorialInteractionId

String getTutorialInteractionId()

setTutorialInteractionId

void setTutorialInteractionId(String string)