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 classGenericQuizclassSmartGenericForm -
Uses of IEventRegistration in org.javlo.component.web2.survey
Classes in org.javlo.component.web2.survey that implement IEventRegistration Modifier and Type Class Description classSurveyGenericForm -
Uses of IEventRegistration in org.javlo.service.event
Methods in org.javlo.service.event that return IEventRegistration Modifier and Type Method Description IEventRegistrationEvent. getEventRegistration()Methods in org.javlo.service.event with parameters of type IEventRegistration Modifier and Type Method Description voidEvent. setEventRegistration(IEventRegistration eventRegistration)
-