Package gamedata
Class RegistrationEventSource<E>
- java.lang.Object
-
- gamedata.RegistrationEventSource<E>
-
public class RegistrationEventSource<E> extends java.lang.Object
A helper that fires registration events for some kind of game data.- Author:
- Chris Jennings
-
-
Constructor Summary
Constructors Constructor Description RegistrationEventSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(RegistrationListener li)
void
removeListener(RegistrationListener li)
-
-
-
Method Detail
-
addListener
public void addListener(RegistrationListener li)
-
removeListener
public void removeListener(RegistrationListener li)
-
-