net.sf.mmm.util.event.api
Interface ChangeEvent

All Superinterfaces:
Event

public interface ChangeEvent
extends Event

A ChangeEvent is an Event that informs about something that has been added, updated or removed.

Since:
1.0.1
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 ChangeType getType()
          This method gets the type of this event.
 

Method Detail

getType

ChangeType getType()
This method gets the type of this event.

Returns:
the type of the change.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.