to.etc.domui.util.bugs
Interface IBugListener

All Known Implementing Classes:
DefaultBugListener

public interface IBugListener

Receives all posted bug events on a thread and has to do something to them.

Author:
Frits Jalvingh Created on Jun 18, 2010

Method Summary
 void bugSignaled(BugItem item)
           
 

Method Detail

bugSignaled

void bugSignaled(@Nonnull
                 BugItem item)