Package aQute.bnd.service
Class BndListener
- java.lang.Object
-
- aQute.bnd.service.BndListener
-
public class BndListener extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicInteger
inside
-
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(Reporter reporter)
-
-
-
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(Reporter reporter)
-
-