Class ReshapeListener.Context
- java.lang.Object
-
- com.levigo.jadice.server.documentplatform.ReshapeListener.Context
-
- Enclosing interface:
- ReshapeListener
public static class ReshapeListener.Context extends Object
The context of the reshaping process in which the listener methods are invoked.
-
-
Constructor Summary
Constructors Constructor Description Context(ReshapeWorker worker, com.levigo.jadice.document.Document document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.levigo.jadice.document.Document
getDocument()
ReshapeWorker
getWorker()
-
-
-
Constructor Detail
-
Context
public Context(ReshapeWorker worker, com.levigo.jadice.document.Document document)
-
-
Method Detail
-
getWorker
public ReshapeWorker getWorker()
- Returns:
- The reshape worker in charge
-
getDocument
public com.levigo.jadice.document.Document getDocument()
- Returns:
- The
Document
being processed
-
-