org.eclipse.net4j.util.event
Class FinishedEvent

java.lang.Object
  extended by org.eclipse.net4j.util.event.FinishedEvent
All Implemented Interfaces:
IEvent

public class FinishedEvent
extends Object
implements IEvent

An IEvent that is fired after a method has called a handler multiple times.

Since:
3.3

Field Summary
static IEvent INSTANCE
           
 
Constructor Summary
FinishedEvent(Object result)
           
 
Method Summary
 Object getResult()
           
 INotifier getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IEvent INSTANCE
Constructor Detail

FinishedEvent

public FinishedEvent(Object result)
Method Detail

getResult

public Object getResult()

getSource

public INotifier getSource()
Specified by:
getSource in interface IEvent


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.