org.apache.cocoon.portal.event.coplet
Class CopletInstanceSizingEvent
java.lang.Object
org.apache.cocoon.portal.event.impl.AbstractActionEvent
org.apache.cocoon.portal.event.coplet.CopletInstanceSizingEvent
- All Implemented Interfaces:
- ActionEvent, ComparableEvent, ConvertableEvent, CopletInstanceEvent, Event
- public class CopletInstanceSizingEvent
- extends AbstractActionEvent
- implements CopletInstanceEvent, ComparableEvent, ConvertableEvent
This event is fired for resizing a coplet.
- Version:
- $Id: CopletInstanceSizingEvent.java 326626 2005-10-19 18:16:57Z cziegeler $
Field Summary |
protected int |
size
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
protected int size
CopletInstanceSizingEvent
public CopletInstanceSizingEvent(PortalService service,
String eventData)
CopletInstanceSizingEvent
public CopletInstanceSizingEvent(CopletInstanceData target,
int size)
getSize
public int getSize()
equalsEvent
public boolean equalsEvent(ComparableEvent event)
- Specified by:
equalsEvent
in interface ComparableEvent
- See Also:
ComparableEvent.equalsEvent(org.apache.cocoon.portal.event.ComparableEvent)
asString
public String asString()
- Description copied from interface:
ConvertableEvent
- Return the event data as a String.
If for any reason, the event is not convertable it can return null instead.
- Specified by:
asString
in interface ConvertableEvent
- Returns:
- The event data as a String or null.
- See Also:
ConvertableEvent.asString()
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.