info.magnolia.ui.api.location
Class LocationChangedEvent

java.lang.Object
  extended by info.magnolia.ui.api.location.LocationChangedEvent
All Implemented Interfaces:
info.magnolia.event.Event<LocationChangedEvent.Handler>

public class LocationChangedEvent
extends Object
implements info.magnolia.event.Event<LocationChangedEvent.Handler>

Event fired when a location change occurs.


Nested Class Summary
static interface LocationChangedEvent.Handler
          Handler interface for LocationChangedEvent.
 
Constructor Summary
LocationChangedEvent(Location newLocation)
           
 
Method Summary
 void dispatch(LocationChangedEvent.Handler handler)
           
 Location getNewLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationChangedEvent

public LocationChangedEvent(Location newLocation)
Method Detail

getNewLocation

public Location getNewLocation()

dispatch

public void dispatch(LocationChangedEvent.Handler handler)
Specified by:
dispatch in interface info.magnolia.event.Event<LocationChangedEvent.Handler>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.