Class DefragmentInfo


  • public class DefragmentInfo
    extends java.lang.Object
    A message from the defragmentation process. This is a stub only and will be refined. Currently instances of these class will only be created and sent to registered listeners when invalid IDs are encountered during the defragmentation process. These probably are harmless and the result of a user-initiated delete operation.
    See Also:
    Defragment
    • Constructor Summary

      Constructors 
      Constructor Description
      DefragmentInfo​(java.lang.String msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DefragmentInfo

        public DefragmentInfo​(java.lang.String msg)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object