org.atmosphere.handler
Interface AnnotatedProxy

All Known Implementing Classes:
ManagedAtmosphereHandler

public interface AnnotatedProxy

Marker class for an AtmosphereHandler proxy of a POJO object.

Author:
Jeanfrancois Arcand

Method Summary
 Object target()
          The Object the AtmosphereHandler is proxying.
 

Method Detail

target

Object target()
The Object the AtmosphereHandler is proxying.

Returns:


Copyright © 2013. All Rights Reserved.