com.hammurapi.eventbus
Interface Resettable

Show UML class diagram

public interface Resettable

Instances with handler methods which maintain state shall implement this method to reset state.


Method Summary
 void reset()
           
 

Method Detail

reset

void reset()