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 the Object the AtmosphereHandler is proxing.
 

Method Detail

target

Object target()
The the Object the AtmosphereHandler is proxing.

Returns:


Copyright © 2013. All Rights Reserved.