Orbital library

orbital.util
Interface EventObjectListener

All Superinterfaces:
java.util.EventListener

public interface EventObjectListener
extends java.util.EventListener

EventObjectListener (Notify) callback interface is a description of a listen-mechanism to react on all types of EventObjects at once.

Author:
André Platzer

Method Summary
 void eventObjectOccured(java.util.EventObject e)
          called back when EventObjectListener is notified.
 

Method Detail

eventObjectOccured

void eventObjectOccured(java.util.EventObject e)
called back when EventObjectListener is notified. This method should be heavily multithread-safe and not synchronized in an implementing subclass.


Orbital library
1.2.0: 23 Apr 2008

Copyright © 1996-2006 André Platzer
All Rights Reserved.