Uses of Interface
ccs.utils.Hurlable

Packages that use Hurlable
ccs.audio The Checkpoint audio system. 
ccs.swing18 Subclasses of various Swing components, mildly extended to interface with CCS' internationalisation (I18N) infrastructure. 
 

Uses of Hurlable in ccs.audio
 

Methods in ccs.audio that return Hurlable
 Hurlable AudioController.getHurlable()
           
 

Constructors in ccs.audio with parameters of type Hurlable
AudioController(Playlist playlist, int fifoSize, float lineSeconds, Hurlable hurl, boolean isAbortOnUnderrun)
          Create an AudioController.
 

Uses of Hurlable in ccs.swing18
 

Constructors in ccs.swing18 with parameters of type Hurlable
BasicI18Action(java.lang.String actionID, java.lang.Object target, java.lang.String methodName, Hurlable hurlable)
          A new I18Action.