Package com.independentsoft.office.odf
Interface IEventListener
- All Known Implementing Classes:
ScriptEventListener
public interface IEventListener
The listener interface for receiving IEvent events.
The class that is interested in processing a IEvent
event implements this interface, and the object created
with that class is registered with a component using the
component's
addIEventListener method. When
the IEvent event occurs, that object's appropriate
method is invoked.- See Also:
IEventEvent
-
Method Summary
-
Method Details
-
clone
IEventListener clone()
-