org.apache.log4j.plugins
Class PluginEvent
java.lang.Object
java.util.EventObject
org.apache.log4j.plugins.PluginEvent
- All Implemented Interfaces:
- Serializable
- public class PluginEvent
- extends EventObject
All Plugin events are encapsulated in this class, which
simply contains the source Plugin, but may in future include more
information.
- Author:
- Paul Smith
- See Also:
- Serialized Form
Method Summary |
Plugin |
getPlugin()
Returns the source Plugin of this event, which is simple
the getSource() method casted to Plugin for convenience. |
getPlugin
public Plugin getPlugin()
- Returns the source Plugin of this event, which is simple
the getSource() method casted to Plugin for convenience.
- Returns:
- Plugin source of this event
Copyright 2000-2005 Apache Software Foundation.