Luky Library - 4.1.1 (20061117-1148)

luky.events
Interface MyEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ClientExtended, Server

public interface MyEventListener
extends EventListener

The Custom Event Listner is an interface for synchronizing access and execution of threads using events

Version:
1.00
Author:
Chris Lukassen
 

Method Summary
 void myEventOccurred(MyEvent evt)
           
 

Method Detail

myEventOccurred

void myEventOccurred(MyEvent evt)

Luky Library - 4.1.1 (20061117-1148)