Uses of Class
org.tentackle.session.ModificationEventDetail
-
Packages that use ModificationEventDetail Package Description org.tentackle.session The low-level core of sessions, persistent objects and operations. -
-
Uses of ModificationEventDetail in org.tentackle.session
Methods in org.tentackle.session that return ModificationEventDetail Modifier and Type Method Description ModificationEventDetailModificationEvent. getDetail(java.lang.String name)Gets the modification detail for a name.Methods in org.tentackle.session that return types with arguments of type ModificationEventDetail Modifier and Type Method Description java.util.Collection<ModificationEventDetail>ModificationEvent. getDetails()Gets the modification details.Constructor parameters in org.tentackle.session with type arguments of type ModificationEventDetail Constructor Description ModificationEvent(Session session, java.util.Collection<ModificationEventDetail> details)Creates a modification event.
-