|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Factory<T>
provides a generic factory
| Method Summary | |
|---|---|
T |
createInstance(EventObject eo)
creates a new instance of the factory type on each call based on the given event |
| Method Detail |
|---|
T createInstance(EventObject eo)
throws Exception
eo - the event that triggered this instance creation; normally, this method
should also cope with the event to be null.
Exception
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||