FileDocCategorySizeDatePackage
EventListener.javaAPI DocExample195Thu Nov 08 00:23:48 GMT 2001com.ora.rmibook.chapter7.events

EventListener.java

package com.ora.rmibook.chapter7.events;


import java.rmi.*;


public interface EventListener extends Remote {
    public void remoteEventOccured(Event event) throws RemoteException;
}