|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.security.BaseSecurityManager
public abstract class BaseSecurityManager
Abstract implementation of the ISecurityManager that serves
as a common base class for any concrete implementations.
| Constructor Summary | |
|---|---|
BaseSecurityManager()
|
|
| Method Summary | |
|---|---|
void |
addListener(ISecurityManagerListener l)
Add a listener to this manager that is informed whenever the content of the manager changes. |
void |
fireContentChanged()
Notify all registered listeners that the content of this manager has changed. |
void |
removeListener(ISecurityManagerListener l)
Remove a listener from the manager's internal list of listeners. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseSecurityManager()
| Method Detail |
|---|
public void addListener(ISecurityManagerListener l)
ISecurityManager
addListener in interface ISecurityManagerl - The listener to be added.public void removeListener(ISecurityManagerListener l)
ISecurityManager
removeListener in interface ISecurityManagerl - The listener to be removed.public void fireContentChanged()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||