|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.patterns.AbstractResponsability<T>
public abstract class AbstractResponsability<T>

| Constructor Summary | |
|---|---|
AbstractResponsability()
|
|
| Method Summary | |
|---|---|
void |
handle(T task)
|
protected abstract void |
handleHere(T task)
|
boolean |
handles(T task)
|
void |
sucessor(Responsability<T> r)
|
Responsability<T> |
sussesor()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractResponsability()
| Method Detail |
|---|
public final void handle(T task)
handle in interface Responsability<T>protected abstract void handleHere(T task)
public boolean handles(T task)
handles in interface Responsability<T>public void sucessor(Responsability<T> r)
public Responsability<T> sussesor()
sussesor in interface Responsability<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||