Uses of Class
org.vizzini.util.event.BusyEvent

Packages that use BusyEvent
org.vizzini.ui.game Provides core game user interface classes for the game framework. 
org.vizzini.util.event Provides event utility classes for the game framework. 
 

Uses of BusyEvent in org.vizzini.ui.game
 

Methods in org.vizzini.ui.game with parameters of type BusyEvent
 void AbstractGameUISwing.busy(BusyEvent event)
          Respond to busy events.
 void AbstractGameUIText.busy(BusyEvent event)
          Respond to busy events.
 void GameUISupport.busy(BusyEvent event)
          Respond to busy events.
 

Uses of BusyEvent in org.vizzini.util.event
 

Methods in org.vizzini.util.event that return BusyEvent
static BusyEvent BusyEvent.get(boolean isBusy)
          Return busy event for the given parameter.
 

Methods in org.vizzini.util.event with parameters of type BusyEvent
 void IBusyListener.busy(BusyEvent event)
          Respond to busy events.
 void BusyManager.fireBusyChange(BusyEvent event)
          Fire the given state event to all registered listeners.
 



Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02