de.lessvoid.nifty.controls.dropdown
Class DropDownListBoxSelectionChangedEventSubscriber

java.lang.Object
  extended by de.lessvoid.nifty.controls.dropdown.DropDownListBoxSelectionChangedEventSubscriber
All Implemented Interfaces:
org.bushe.swing.event.EventTopicSubscriber<ListBoxSelectionChangedEvent>

public class DropDownListBoxSelectionChangedEventSubscriber
extends Object
implements org.bushe.swing.event.EventTopicSubscriber<ListBoxSelectionChangedEvent>


Constructor Summary
DropDownListBoxSelectionChangedEventSubscriber(Nifty nifty, Screen screen, ListBox listBox, DropDown dropDown, Element popupInstance)
           
 
Method Summary
 void onEvent(String topic, ListBoxSelectionChangedEvent data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropDownListBoxSelectionChangedEventSubscriber

public DropDownListBoxSelectionChangedEventSubscriber(Nifty nifty,
                                                      Screen screen,
                                                      ListBox listBox,
                                                      DropDown dropDown,
                                                      Element popupInstance)
Method Detail

onEvent

public void onEvent(String topic,
                    ListBoxSelectionChangedEvent data)
Specified by:
onEvent in interface org.bushe.swing.event.EventTopicSubscriber<ListBoxSelectionChangedEvent>


Copyright © 2011. All Rights Reserved.