org.mmbase.core.event
Class IdEvent
java.lang.Object
org.mmbase.core.event.Event
org.mmbase.core.event.IdEvent
- All Implemented Interfaces:
- Cloneable, PublicCloneable, Serializable
- public class IdEvent
- extends Event
Very generic event type, which only adds an 'id' property. This can be used for events on all
kind of objects which are somehow identified by an ID. Of course, the default event types like
'NEW', 'CHANGE' and 'DELETE' can very well make sense.
- Since:
- MMBase-1.8
- Version:
- $Id: IdEvent.java,v 1.1 2006/04/18 13:03:30 michiel Exp $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
IdEvent
public IdEvent(String machineName,
int type,
String id)
getId
public String getId()
MMBase build 1.8.1.20060716