Re: static or not?
- From: "hawat.thufir@xxxxxxxxx" <hawat.thufir@xxxxxxxxx>
- Date: 27 May 2005 06:27:12 -0700
hawat.thufir@xxxxxxxxx wrote:
> iamfractal@xxxxxxxxxxx wrote:
> Hi, Ed!
>
> ...
> > Thus, for example, controller.Driver will register its Controller
> > interface in the Registry by calling:
> > Registry.getInstance().register(this).
>
> package controller;
> package-private class Driver extends controller.Controller{
> void register() {
> Registry.getInstance().register(this);
> }
> }
....
err,
package controller;
package-private class Driver implements ir1.Controller{
void register() {
Registry.getInstance().register(this);
}
}
.
- References:
- static or not?
- From: David Vanderschel
- Re: static or not?
- From: iamfractal
- Re: static or not?
- From: hawat.thufir@xxxxxxxxx
- Re: static or not?
- From: iamfractal
- Re: static or not?
- From: hawat.thufir@xxxxxxxxx
- Re: static or not?
- From: iamfractal
- Re: static or not?
- From: hawat.thufir@xxxxxxxxx
- static or not?
- Prev by Date: Re: static or not?
- Next by Date: Questions about Java Executables.
- Previous by thread: Re: static or not?
- Next by thread: Re: static or not?
- Index(es):
Relevant Pages
|