Class SwitchCity

  • All Implemented Interfaces:
    IEventMetaDataProvider

    public class SwitchCity
    extends java.lang.Object
    implements IEventMetaDataProvider
    Event object for switching to a different city.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Jan 22, 2016
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String className  
      private java.lang.String methodName  
      private ICity toCity  
    • Constructor Summary

      Constructors 
      Constructor Description
      SwitchCity​(ICity toCity)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • toCity

        private final ICity toCity
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • SwitchCity

        public SwitchCity​(ICity toCity)