Uses of Interface
de.lessvoid.nifty.EndNotify

Packages that use EndNotify
de.lessvoid.nifty   
de.lessvoid.nifty.effects   
de.lessvoid.nifty.elements   
de.lessvoid.nifty.screen   
 

Uses of EndNotify in de.lessvoid.nifty
 

Methods in de.lessvoid.nifty with parameters of type EndNotify
 void Nifty.closePopup(String id, EndNotify closeNotify)
          Close the Popup with the given id.
 void Nifty.moveElement(Screen screen, Element elementToMove, Element destination, EndNotify endNotify)
           
 void Nifty.removeElement(Screen screen, Element element, EndNotify endNotify)
           
 

Constructors in de.lessvoid.nifty with parameters of type EndNotify
Nifty.ClosePopUp(String popupId, EndNotify closeNotifyParam)
           
 

Uses of EndNotify in de.lessvoid.nifty.effects
 

Methods in de.lessvoid.nifty.effects with parameters of type EndNotify
 void EffectProcessor.activate(EndNotify newListener, String alternate, String customKey)
           
 void EffectManager.startEffect(EffectEventId id, Element w, TimeProvider time, EndNotify listener)
          start all effects with the given id for the given element.
 void EffectManager.startEffect(EffectEventId id, Element w, TimeProvider time, EndNotify listener, String customKey)
           
 

Uses of EndNotify in de.lessvoid.nifty.elements
 

Classes in de.lessvoid.nifty.elements that implement EndNotify
 class Element.LocalEndNotify
          LocalEndNotify helper class.
 

Methods in de.lessvoid.nifty.elements with parameters of type EndNotify
 void Element.hide(EndNotify perform)
           
 void Element.markForMove(Element destination, EndNotify endNotify)
           
 void Element.markForRemoval(EndNotify endNotify)
           
 void Element.startEffect(EffectEventId effectEventId, EndNotify effectEndNotiy)
           
 void Element.startEffect(EffectEventId effectEventId, EndNotify effectEndNotiy, String customKey)
           
 void Element.startEffectWithoutChildren(EffectEventId effectEventId, EndNotify effectEndNotiy)
           
 void Element.startEffectWithoutChildren(EffectEventId effectEventId, EndNotify effectEndNotiy, String customKey)
           
 

Constructors in de.lessvoid.nifty.elements with parameters of type EndNotify
Element.LocalEndNotify(EffectEventId effectEventIdParam, EndNotify effectEndNotiyParam)
          create it.
 

Uses of EndNotify in de.lessvoid.nifty.screen
 

Methods in de.lessvoid.nifty.screen with parameters of type EndNotify
 void Screen.closePopup(Element popup, EndNotify closeNotify)
           
 void Screen.endScreen(EndNotify callback)
           
 void Screen.startScreen(EndNotify startScreenEndNotify)
           
 

Constructors in de.lessvoid.nifty.screen with parameters of type EndNotify
Screen.ElementWithEndNotify(Element element, EndNotify closeNotify)
           
 



Copyright © 2011. All Rights Reserved.