Class DynamicObjectTypePublisher
java.lang.Object
de.bsvrz.puk.config.configFile.datamodel.DynamicObjectTypePublisher
public class DynamicObjectTypePublisher
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DynamicObjectTypePublisher()
-
Method Summary
Modifier and Type Method Description void
update(de.bsvrz.puk.config.configFile.datamodel.ListenerNotificationInfo listenerNotificationInfo)
Sorgt dafür, dass eine Benachrichtigung verschickt wirdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DynamicObjectTypePublisher
public DynamicObjectTypePublisher()
-
-
Method Details
-
update
public void update(de.bsvrz.puk.config.configFile.datamodel.ListenerNotificationInfo listenerNotificationInfo)Sorgt dafür, dass eine Benachrichtigung verschickt wird- Parameters:
listenerNotificationInfo
- Benachrichtigung
-