Uses of Interface
ibis.ipl.ResizeHandler

Packages that use ResizeHandler
ibis.ipl This package describes the Ibis Portability Layer (IPL), which is to be implemented by Ibis implementations. 
 

Uses of ResizeHandler in ibis.ipl
 

Methods in ibis.ipl with parameters of type ResizeHandler
static Ibis Ibis.createIbis(java.lang.String name, java.lang.String implName, ResizeHandler resizeHandler)
          Deprecated. The prefered method for creating Ibis instances is Ibis.createIbis(ibis.ipl.StaticProperties, ibis.ipl.ResizeHandler).
static Ibis Ibis.createIbis(StaticProperties reqprop, ResizeHandler r)
          Creates a new Ibis instance, based on the required properties, or on the system property "ibis.name", or on the staticproperty "name".
 



The Ibis project