jrummikub.util
Interface IListener


public interface IListener

Interface for classes that can receive parameterless events


Method Summary
 void handle()
          This method is called whenever a class we're listening to emits an event
 

Method Detail

handle

void handle()
This method is called whenever a class we're listening to emits an event