Package de.mhus.lib.core
Interface MRegistry<L>
-
- All Known Implementing Classes:
MEventHandler,MObserverHandler
public interface MRegistry<L>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregister(L listener)voidregisterWeak(L listener)voidunregister(L listener)
-