Class ViewChangeEvent

  • All Implemented Interfaces:
    ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

    public class ViewChangeEvent
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    Event for updating a view
    Author:
    andi
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewChangeEvent​(java.lang.Class<?> addresse, java.lang.Object eventNotice)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

        getClassName, getMethodName
    • Constructor Detail

      • ViewChangeEvent

        public ViewChangeEvent​(java.lang.Class<?> addresse,
                               java.lang.Object eventNotice)