de.lessvoid.nifty.controls
Class FocusGainedEvent

java.lang.Object
  extended by de.lessvoid.nifty.controls.FocusGainedEvent
All Implemented Interfaces:
NiftyEvent<Void>

public class FocusGainedEvent
extends Object
implements NiftyEvent<Void>


Constructor Summary
FocusGainedEvent(Controller controller, NiftyControl niftyControl)
           
 
Method Summary
 Controller getController()
           
 NiftyControl getNiftyControl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FocusGainedEvent

public FocusGainedEvent(Controller controller,
                        NiftyControl niftyControl)
Method Detail

getController

public Controller getController()

getNiftyControl

public NiftyControl getNiftyControl()


Copyright © 2012. All Rights Reserved.