Ribs API

com.ribs
Class Ribs.EventListener

java.lang.Object
  extended bycom.ribs.Ribs.EventListener
Enclosing class:
Ribs

public static class Ribs.EventListener
extends java.lang.Object

An interface for objects that want notification about event processing.


Constructor Summary
Ribs.EventListener()
           
 
Method Summary
 void eventIsDone(java.awt.AWTEvent e)
           
 boolean eventThrewException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ribs.EventListener

public Ribs.EventListener()
Method Detail

eventIsDone

public void eventIsDone(java.awt.AWTEvent e)

eventThrewException

public boolean eventThrewException(java.lang.Throwable t)

Ribs API.