|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.michaelbaranov.microba.common.AbstractPolicy
public abstract class AbstractPolicy
This is a convenience implementation of Policy
.
Constructor Summary | |
---|---|
AbstractPolicy()
|
Method Summary | |
---|---|
void |
addVetoPolicyListener(PolicyListener listener)
Adds a PolicyListener . |
void |
removeVetoPolicyListener(PolicyListener listener)
Removes a PolicyListener . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPolicy()
Method Detail |
---|
public void addVetoPolicyListener(PolicyListener listener)
Policy
PolicyListener
.
addVetoPolicyListener
in interface Policy
listener
- a PolicyListener
to addpublic void removeVetoPolicyListener(PolicyListener listener)
Policy
PolicyListener
.
removeVetoPolicyListener
in interface Policy
listener
- a PolicyListener
to remove
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |