Difference between revisions of "UtilComunicator"

From OpenKM Documentation
Jump to: navigation, search
(Created page with '== Read Methods == formatSize(double size) == Example == <source lang="java"> // Call to refreshing user interface UtilComunicator.formatSize(15); </source> [[Category: OpenK…')
(No difference)

Revision as of 13:35, 6 July 2010

Read Methods

formatSize(double size)


Example

// Call to refreshing user interface
UtilComunicator.formatSize(15);