A better name for INeedSomething... ?
- by Daniel Severin
I was trying pick a name for an interface through which I can pass something into an object like:
If the object is INeedX then SetX(some x) method will be called;
If the object is INeedY then SetY(some y) method will be called;
and so on. (funny as hell, I know :) )
I try to find a different name for this kind of interfaces but I can't figure this out.
Does anybody have an idea how to name the INeedSomething interface ?