Uses of Interface
net.sourceforge.pmd.util.fxdesigner.app.services.EventLogger
-
Packages that use EventLogger Package Description net.sourceforge.pmd.util.fxdesigner.app Interfaces and base classes that structure and support the whole app.net.sourceforge.pmd.util.fxdesigner.app.services Services available to the whole app. -
-
Uses of EventLogger in net.sourceforge.pmd.util.fxdesigner.app
Fields in net.sourceforge.pmd.util.fxdesigner.app with type parameters of type EventLogger Modifier and Type Field Description static AppServiceDescriptor<EventLogger>DesignerRoot. LOGGERLogger of the app.Methods in net.sourceforge.pmd.util.fxdesigner.app that return EventLogger Modifier and Type Method Description default EventLoggerApplicationComponent. getLogger()Gets the logger of the application. -
Uses of EventLogger in net.sourceforge.pmd.util.fxdesigner.app.services
Classes in net.sourceforge.pmd.util.fxdesigner.app.services that implement EventLogger Modifier and Type Class Description classEventLoggerImplLogs events.
-