Re: [Javabdd-devel] Verbose output
Brought to you by:
joewhaley
From: John W. <joe...@gm...> - 2008-07-24 04:11:33
|
You can pass in a static method and then the object can be null. Otherwise the class that contains the method must match the object type. -John On Wed, Jul 23, 2008 at 11:24 AM, Ricardo Oliveira <n3...@ho...>wrote: > Hi, > > Thanks for your quick reply. :) > > I tried using that, but am getting an error: > > Base object for callback method is the wrong type > > What type should the object be? I actually also tried assigning it to null, > but it didn't work ;) > > Thanks, > Ricardo. > > > > ------------------------------ > > Date: Tue, 22 Jul 2008 19:48:12 -0700 > From: joe...@gm... > To: n3...@ho... > Subject: Re: [Javabdd-devel] Verbose output > CC: jav...@li... > > > > Hi, > > I think you can register a GC callback using "*registerGCCallback<http://javabdd.sourceforge.net/apidocs/net/sf/javabdd/BDDFactory.html#registerGCCallback%28java.lang.Object,+java.lang.reflect.Method%29> > "*. That will override the default callback which just prints a message > to stderr. > > -John > > > On Tue, Jul 22, 2008 at 11:10 AM, Ricardo Oliveira <n3...@ho...>wrote: > > Hi, > > I'd like to know if there's a way do disable the GC verbose output that > keeps coming out to stderr. > > BTW, great job on JavaBDD :) > Thank you, > Ricardo. > > ------------------------------ > Discover the new Windows Vista Learn more!<http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Javabdd-devel mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javabdd-devel > > > > ------------------------------ > Connect to the next generation of MSN Messenger Get it now! > <http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline> > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Javabdd-devel mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javabdd-devel > > |