Class PersonLeavesTavernEvent

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

    public class PersonLeavesTavernEvent
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    Event indicating that a person in the city left the tavern.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Mar 2, 2013
    • 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

      • PersonLeavesTavernEvent

        public PersonLeavesTavernEvent​(ICity city,
                                       IPerson person)