org.activemath.events.types
Class ExerciseSequencerStartedEvent
java.lang.Object
org.activemath.events.ActivemathEvent
org.activemath.events.types.ExerciseSequencerStartedEvent
- All Implemented Interfaces:
- Serializable, Comparable, BookEventTag, InteractionBookEventTag, InteractionEventTag, SessionEventTag, UserEventTag
public class ExerciseSequencerStartedEvent
- extends ActivemathEvent
- implements InteractionBookEventTag
Event: user has started the exercise sequencer
- See Also:
- Serialized Form
| Methods inherited from class org.activemath.events.ActivemathEvent |
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString |
EVENT_TYPE
public static final String EVENT_TYPE
- See Also:
- Constant Field Values
ExerciseSequencerStartedEvent
public ExerciseSequencerStartedEvent()
ExerciseSequencerStartedEvent
public ExerciseSequencerStartedEvent(AppSession appSession,
String bookId,
String pedagogicalObjective,
List<String> contentIdentifiers,
String sequencerId)
- Parameters:
type -
getUserId
public String getUserId()
- Specified by:
getUserId in interface UserEventTag
setUserId
public void setUserId(String string)
- Specified by:
setUserId in interface UserEventTag
getSessionId
public String getSessionId()
- Specified by:
getSessionId in interface SessionEventTag
setSessionId
public void setSessionId(String string)
- Specified by:
setSessionId in interface SessionEventTag
getContentIdentifiers
public List<String> getContentIdentifiers()
- Returns:
- Returns the contentIdentifiers.
setContentIdentifiers
public void setContentIdentifiers(List<String> contentIdentifiers)
- Parameters:
contentIdentifiers - The contentIdentifiers to set.
getPedagogicalObjective
public String getPedagogicalObjective()
- Returns:
- Returns the pedagogicalObjective.
setPedagogicalObjective
public void setPedagogicalObjective(String pedagogicalObjective)
- Parameters:
pedagogicalObjective - The pedagogicalObjective to set.
getBookId
public String getBookId()
- Specified by:
getBookId in interface BookEventTag
setBookId
public void setBookId(String string)
- Specified by:
setBookId in interface BookEventTag
getSequencerId
public String getSequencerId()
- Returns:
- Returns the sequencerId.
setSequencerId
public void setSequencerId(String sequencerId)
- Parameters:
sequencerId - The sequencerId to set.