com.limegroup.gnutella.gui
Interface AEEventHandlerInterface


public interface AEEventHandlerInterface

This interface defines the method for installing an Apple event handler for a particular event. (Mac only).


Method Summary
 short AEEventHandler(int event, int reply, int refcon)
          Registers the event handler callback for specific AppleEvents.
 

Method Detail

AEEventHandler

public short AEEventHandler(int event,
                            int reply,
                            int refcon)
Registers the event handler callback for specific AppleEvents.