org.jtoolkit.essence.data
Interface Event.Listenable

All Known Subinterfaces:
Store<K,V>
Enclosing interface:
Event

public static interface Event.Listenable

A Listenable can have event handlers and listeners.


Method Summary
 Event.ListenerSet getListenerSet()
           
 

Method Detail

getListenerSet

@NotNull
Event.ListenerSet getListenerSet()
Returns:
This object can have a set of listeners.


Copyright © Peter Lawrey. All Rights Reserved.