Uses of Interface
spin.demo.async.AsyncListener
-
Packages that use AsyncListener Package Description spin.demo.async -
-
Uses of AsyncListener in spin.demo.async
Classes in spin.demo.async that implement AsyncListener Modifier and Type Class Description class
AsyncGUI
A demonstration of a GUI handling an async bean.Methods in spin.demo.async with parameters of type AsyncListener Modifier and Type Method Description void
AsyncBean. addListener(AsyncListener listener)
Add a listener.void
AsyncBeanImpl. addListener(AsyncListener listener)
Add a listener.
-