com.ecyrd.jspwiki.auth.authorize
Class DefaultGroupManager.GroupListener

java.lang.Object
  extended by com.ecyrd.jspwiki.auth.authorize.DefaultGroupManager.GroupListener
All Implemented Interfaces:
WikiEventListener
Enclosing class:
DefaultGroupManager

public static class DefaultGroupManager.GroupListener
extends Object
implements WikiEventListener

Tiny little listener that captures wiki events fired by Groups this GroupManager knows about. When events are captured, they are forwarded on to listeners registered with the GroupManager instance.


Constructor Summary
DefaultGroupManager.GroupListener(DefaultGroupManager manager)
          Constructs a new instance of this listener.
 
Method Summary
 void actionPerformed(WikiEvent event)
          Captures wiki events fired by member wiki Groups and forwards them on to WikiEventListeners registered with this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGroupManager.GroupListener

public DefaultGroupManager.GroupListener(DefaultGroupManager manager)
Constructs a new instance of this listener.

Parameters:
manager - the enclosing DefaultGroupManager
Method Detail

actionPerformed

public void actionPerformed(WikiEvent event)
Captures wiki events fired by member wiki Groups and forwards them on to WikiEventListeners registered with this instance. TODO: enclose this in an inner class at some point...

Specified by:
actionPerformed in interface WikiEventListener
Parameters:
event - the event
See Also:
WikiEventListener.actionPerformed(com.ecyrd.jspwiki.event.WikiEvent)