jjdh API

dh.java.util.logic
Interface Handler<T>

Type Parameters:
T - the type of the objects to handle
All Known Implementing Classes:
ScenegraphHandler

public interface Handler<T>

A Handler processes Objects.

Author:
Dennis Heidsiek

Method Summary
 void handle(T toHandle)
           
 

Method Detail

handle

void handle(T toHandle)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.