Uses of Interface
de.grogra.pm.Version.VersionListener
Packages that use Version.VersionListener
-
Uses of Version.VersionListener in de.grogra.pm
Methods in de.grogra.pm that return types with arguments of type Version.VersionListenerMethods in de.grogra.pm with parameters of type Version.VersionListenerModifier and TypeMethodDescriptionvoid
PluginEntry.addCandidateVersionListener
(Version.VersionListener listener) void
Version.addListener
(Version.VersionListener toAdd) void
PluginEntry.removeCandidateVersionListener
(Version.VersionListener listener) void
Version.removeListener
(Version.VersionListener toRemove) void
Version.setValue
(String val, Version.VersionListener origin) void
Version.VersionListener.versionChanged
(Version.VersionListener origin)