Uses of Interface
com.jalios.jcms.AssociatedFilesEventListener
-
Packages that use AssociatedFilesEventListener Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.quota -
-
Uses of AssociatedFilesEventListener in com.jalios.jcms
Methods in com.jalios.jcms that return types with arguments of type AssociatedFilesEventListener Modifier and Type Method Description java.util.List<AssociatedFilesEventListener>
AssociatedFilesManager. getAssociatedFilesEventListener()
Methods in com.jalios.jcms with parameters of type AssociatedFilesEventListener Modifier and Type Method Description void
AssociatedFilesManager. addAssociatedFilesEventListener(AssociatedFilesEventListener listener)
void
AssociatedFilesManager. removeAssociatedFilesEventListener(AssociatedFilesEventListener listener)
-
Uses of AssociatedFilesEventListener in com.jalios.jcms.quota
Classes in com.jalios.jcms.quota that implement AssociatedFilesEventListener Modifier and Type Class Description class
QuotaManager
Methods in com.jalios.jcms.quota that return AssociatedFilesEventListener Modifier and Type Method Description AssociatedFilesEventListener
QuotaManager. createAssociatedFilesEventListener()
-