Class BndListener


  • public class BndListener
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BndListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void begin()  
      void changed​(java.io.File file)  
      void end()  
      boolean isInside()  
      void signal​(aQute.service.reporter.Reporter reporter)  
      • Methods inherited from class java.lang.Object

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

      • BndListener

        public BndListener()
    • Method Detail

      • changed

        public void changed​(java.io.File file)
      • begin

        public void begin()
      • end

        public void end()
      • isInside

        public boolean isInside()
      • signal

        public void signal​(aQute.service.reporter.Reporter reporter)