info.magnolia.ui.framework.shell
Class FragmentChangedEvent

java.lang.Object
  extended by info.magnolia.ui.framework.shell.FragmentChangedEvent
All Implemented Interfaces:
Event<FragmentChangedHandler>

public class FragmentChangedEvent
extends Object
implements Event<FragmentChangedHandler>

Fired when a URI fragment has changed.


Constructor Summary
FragmentChangedEvent(String fragment)
           
 
Method Summary
 void dispatch(FragmentChangedHandler handler)
          Dispatches the event to a handler.
 String getFragment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentChangedEvent

public FragmentChangedEvent(String fragment)
Method Detail

getFragment

public String getFragment()

dispatch

public void dispatch(FragmentChangedHandler handler)
Description copied from interface: Event
Dispatches the event to a handler.

Specified by:
dispatch in interface Event<FragmentChangedHandler>


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