com.arsdigita.bebop.event
Class PrintEvent
java.lang.Object
java.util.EventObject
com.arsdigita.bebop.event.PageEvent
com.arsdigita.bebop.event.PrintEvent
- All Implemented Interfaces:
- Serializable
- public class PrintEvent
- extends PageEvent
An event originating from a component. PrintEvent
s are
fired just before the source
component is output either as
part of an XML document or as part of an HTML page.
- Version:
- $Id: //core-platform/dev/src/com/arsdigita/bebop/event/PrintEvent.java#8 $
- Author:
- Uday Mathur, David Lutterkort
- See Also:
PrintListener
,
Serialized Form
Method Summary |
Object |
getTarget()
Get the target object, the one that can be freely modified by print
listeners. |
versionId
public static final String versionId
- See Also:
- Constant Field Values
PrintEvent
public PrintEvent(Object source,
PageState state,
Object target)
- Construct a
PrintEvent
- Parameters:
source
- the object that originated the event
getTarget
public final Object getTarget()
- Get the target object, the one that can be freely modified by print
listeners. Initially, the target is an unlocked clone of the source of
the event.
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC