org.openpermis.editor.policy.gui.event
Interface EventDispatcher<T extends EventListener>

Type Parameters:
T - the type of event listeners supported.

public interface EventDispatcher<T extends EventListener>

Dispatcher interface that dispatches an event.

Since:
0.1.0

Method Summary
 void dispatch(T listener)
          Dispatches an event on the specified listener.
 

Method Detail

dispatch

void dispatch(T listener)
Dispatches an event on the specified listener.

Parameters:
listener - the listener to dispatch the event on.
Since:
0.1.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:33
Copyright (c) 2002-2007 Ergon Informatik AG