Uses of Interface
org.javlo.actions.IEventRegistration
-
Packages that use IEventRegistration Package Description org.javlo.component.form org.javlo.component.web2.survey org.javlo.service.event -
-
Uses of IEventRegistration in org.javlo.component.form
Classes in org.javlo.component.form that implement IEventRegistration Modifier and Type Class Description class
GenericQuiz
class
SmartGenericForm
-
Uses of IEventRegistration in org.javlo.component.web2.survey
Classes in org.javlo.component.web2.survey that implement IEventRegistration Modifier and Type Class Description class
SurveyGenericForm
-
Uses of IEventRegistration in org.javlo.service.event
Methods in org.javlo.service.event that return IEventRegistration Modifier and Type Method Description IEventRegistration
Event. getEventRegistration()
Methods in org.javlo.service.event with parameters of type IEventRegistration Modifier and Type Method Description void
Event. setEventRegistration(IEventRegistration eventRegistration)
-