Uses of Interface
crystalspace.jbind.interfaces.ivideo.fontserv.iFontDeleteNotify

Packages that use iFontDeleteNotify
crystalspace.jbind.impl.video.fontserv   
crystalspace.jbind.interfaces.ivideo.fontserv   
 

Uses of iFontDeleteNotify in crystalspace.jbind.impl.video.fontserv
 

Classes in crystalspace.jbind.impl.video.fontserv that implement iFontDeleteNotify
 class csFontDeleteNotify
           
 

Methods in crystalspace.jbind.impl.video.fontserv with parameters of type iFontDeleteNotify
 void csFont.addDeleteCallback(iFontDeleteNotify func)
           
 boolean csFont.removeDeleteCallback(iFontDeleteNotify func)
           
 

Uses of iFontDeleteNotify in crystalspace.jbind.interfaces.ivideo.fontserv
 

Methods in crystalspace.jbind.interfaces.ivideo.fontserv with parameters of type iFontDeleteNotify
 void iFont.addDeleteCallback(iFontDeleteNotify func)
          Add a font delete notification callback routine.
 boolean iFont.removeDeleteCallback(iFontDeleteNotify func)
          Remove a font delete notification callback.